File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -106,3 +106,19 @@ file(GLOB schema_files "${CMAKE_CURRENT_SOURCE_DIR}/schema/*.*")
106106install (FILES
107107 ${schema_files}
108108 DESTINATION ${INSTALL_DATA_DIR} /mfast)
109+
110+ # Print summary
111+ message (STATUS "" )
112+ message (STATUS "CMAKE_COMMAND: " ${CMAKE_COMMAND} )
113+ message (STATUS "CMAKE_SYSTEM: " ${CMAKE_SYSTEM} )
114+ message (STATUS "CMAKE_SYSTEM_PROCESSOR: " ${CMAKE_SYSTEM_PROCESSOR} )
115+
116+ message (STATUS "CMAKE_CXX_COMPILER: " ${CMAKE_CXX_COMPILER} )
117+ message (STATUS "CMAKE_CXX_FLAGS: " ${CMAKE_CXX_FLAGS} )
118+ message (STATUS "CMAKE_BUILD_TYPE: " ${CMAKE_BUILD_TYPE} )
119+
120+ message (STATUS "BUILD_SHARED_LIBS: " ${BUILD_SHARED_LIBS} )
121+ message (STATUS "BUILD_TESTS: " ${BUILD_TESTS} )
122+ message (STATUS "BUILD_EXAMPLES: " ${BUILD_EXAMPLES} )
123+ message (STATUS "BUILD_PACKAGES: " ${BUILD_PACKAGES} )
124+ message (STATUS "" )
You can’t perform that action at this time.
0 commit comments