Don't report CMAKE_CXX_COMPILER - it's on the previous line of output.

This commit is contained in:
clanmills 2020-05-02 17:32:01 +01:00
parent 40602989eb
commit da91f04692

View File

@ -21,7 +21,6 @@ message( STATUS "---------------------------------------------------------------
message( STATUS "CMake Generator: ${CMAKE_GENERATOR}" )
message( STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}" )
message( STATUS "Compiler info: ${CMAKE_CXX_COMPILER_ID} (${CMAKE_CXX_COMPILER}) ; version: ${CMAKE_CXX_COMPILER_VERSION}")
message( STATUS "CMAKE_CXX_COMPILER:${CMAKE_CXX_COMPILER}" )
message( STATUS "CMAKE_CXX_STANDARD:${CMAKE_CXX_STANDARD}" )
message( STATUS " --- Compiler flags --- ")
message( STATUS "General: ${CMAKE_CXX_FLAGS}" )