diff --git a/CMakeLists.txt b/CMakeLists.txt index 76aade513a136..96a495f935bcc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -633,9 +633,9 @@ else() endif() message("Cross compiling ....................... ${cross_status}") message("Preprocessor defined macros ........... ${definitions}") -message("C compiler ............................ ${CMAKE_C_COMPILER}") +message("C compiler ............................ ${CMAKE_C_COMPILER_ID} ${CMAKE_C_COMPILER_VERSION}, ${CMAKE_C_COMPILER}") message("CFLAGS ................................ ${CMAKE_C_FLAGS}") -message("C++ compiler .......................... ${CMAKE_CXX_COMPILER}") +message("C++ compiler .......................... ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION}, ${CMAKE_CXX_COMPILER}") message("CXXFLAGS .............................. ${CMAKE_CXX_FLAGS}") get_target_interface(common_compile_options core_interface COMPILE_OPTIONS) message("Common compile options ................ ${common_compile_options}")