Skip to content

Commit

Permalink
Clean compiler version log during cmake-conan configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce committed Nov 10, 2023
1 parent 48d543f commit efc9a0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/conan_dependency_provider/conan_support.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ function(detect_compiler COMPILER COMPILER_VERSION)
set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION})
endif ()

message(STATUS "Conan-cmake: CMake compiler=${_COMPILER}")
message(STATUS "Conan-cmake: CMake cmpiler version=${_COMPILER_VERSION}")
message(STATUS "Conan-cmake: CMake compiler=${_COMPILER} ${_COMPILER_VERSION}")

if (_COMPILER MATCHES MSVC)
set(_COMPILER "msvc")
Expand Down

0 comments on commit efc9a0d

Please sign in to comment.