Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 committed Jul 12, 2024
1 parent 779ff3d commit 5d017e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conan_provider.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ macro(append_compiler_executables_configuration)
if(CMAKE_C_COMPILER)
set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\"")
set_conan_compiler_if_appleclang(C cc _conan_c_compiler)
message("_conan_c_compiler ${_conan_c_compiler}")
list(APPEND _conan_compilers_list ${_conan_c_compiler})
else()
message(WARNING "CMake-Conan: The C compiler is not defined. "
Expand Down

0 comments on commit 5d017e8

Please sign in to comment.