Further efficiencies to Summary Report
Changed existing function to macro to access list of lines Added conditional macro to save most of the if() else() endif() Output sorted for improved comprehension Moved build message out (nothing to do with report) SLOC -~30%
This commit is contained in:
@@ -101,3 +101,7 @@ if (BUILD_TEST)
|
||||
endif()
|
||||
|
||||
PrintFinalReport()
|
||||
|
||||
message("\n=================================================\n"
|
||||
"Now run 'cmake --build ${CMAKE_BINARY_DIR}' to build ${PROJECT_NAME}\n"
|
||||
"=================================================\n")
|
||||
|
||||
Reference in New Issue
Block a user