-- Building for: Visual Studio 16 2019 -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042. -- The C compiler identification is MSVC 19.29.30038.1 -- The CXX compiler identification is MSVC 19.29.30038.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/cl.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- ##### Is the C++ compiler loaded? 1 ##### -- ##### The C++ compiler ID is: MSVC ##### -- ##### Is the C++ from GNU? ##### -- ##### The C++ compiler version is: 19.29.30038.1 ##### -- ##### Is the C compiler loaded? 1 ##### -- ##### The C compiler ID is: MSVC ##### -- ##### Is the C++ from GNU? ##### -- ##### The C compiler version is: 19.29.30038.1 ##### -- Configuring done
message(STATUS "##### Is the C++ compiler loaded? ${CMAKE_CXX_COMPILER_LOADED}") if (${CMAKE_CXX_COMPILER_LOADED}) message(STATUS "##### The C++ compiler ID is: ${CMAKE_CXX_COMPILER_ID}") message(STATUS "##### Is the C++ from GNU? ${CMAKE_COMPILER_IS_GNUCXX}") message(STATUS "##### The C++ compiler version is: ${CMAKE_CXX_COMPILER_VERSION}") endif()
message(STATUS "##### Is the C compiler loaded? ${CMAKE_C_COMPILER_LOADED}") if (${CMAKE_C_COMPILER_LOADED}) message(STATUS "##### The C compiler ID is: ${CMAKE_C_COMPILER_ID}") message(STATUS "##### Is the C++ from GNU? ${CMAKE_COMPILER_IS_GNUCC}") message(STATUS "##### The C compiler version is: ${CMAKE_C_COMPILER_VERSION}") endif()