Loading conan.cmake +3 −0 Original line number Diff line number Diff line Loading @@ -155,6 +155,9 @@ function(conan_cmake_settings result) string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) list(GET VERSION_LIST 0 MAJOR) list(GET VERSION_LIST 1 MINOR) if(${MAJOR} STREQUAL "12") set(MAJOR "11") endif() set(_CONAN_SETTING_COMPILER clang) set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) if(APPLE) Loading Loading
conan.cmake +3 −0 Original line number Diff line number Diff line Loading @@ -155,6 +155,9 @@ function(conan_cmake_settings result) string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) list(GET VERSION_LIST 0 MAJOR) list(GET VERSION_LIST 1 MINOR) if(${MAJOR} STREQUAL "12") set(MAJOR "11") endif() set(_CONAN_SETTING_COMPILER clang) set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) if(APPLE) Loading