File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -633,9 +633,9 @@ else()
633
633
endif ()
634
634
message ("Cross compiling ....................... ${cross_status} " )
635
635
message ("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} " )
637
637
message ("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} " )
639
639
message ("CXXFLAGS .............................. ${CMAKE_CXX_FLAGS} " )
640
640
get_target_interface(common_compile_options core_interface COMPILE_OPTIONS)
641
641
message ("Common compile options ................ ${common_compile_options} " )
You can’t perform that action at this time.
0 commit comments