File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -633,9 +633,9 @@ else()
633633endif ()
634634message ("Cross compiling ....................... ${cross_status} " )
635635message ("Preprocessor defined macros ........... ${definitions} " )
636- message ("C compiler ............................ ${CMAKE_C_COMPILER } " )
636+ message ("C compiler ............................ ${CMAKE_C_COMPILER_ID } ${ CMAKE_C_COMPILER_VERSION } , ${ CMAKE_C_COMPILER } " )
637637message ("CFLAGS ................................ ${CMAKE_C_FLAGS } " )
638- message ("C++ compiler .......................... ${CMAKE_CXX_COMPILER } " )
638+ message ("C++ compiler .......................... ${CMAKE_CXX_COMPILER_ID } ${ CMAKE_CXX_COMPILER_VERSION } , ${ CMAKE_CXX_COMPILER } " )
639639message ("CXXFLAGS .............................. ${CMAKE_CXX_FLAGS } " )
640640get_target_interface (common_compile_options core_interface COMPILE_OPTIONS )
641641message ("Common compile options ................ ${common_compile_options} " )
You can’t perform that action at this time.
0 commit comments