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:
berniev
2023-01-29 16:05:11 +10:00
committed by Chris Hennes
parent 0754201b8d
commit d5e1b3f441
2 changed files with 104 additions and 154 deletions

View File

@@ -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")