File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ endfunction()
1919
2020function (buildinfo_item KEY VAL)
2121 cmake_parse_arguments (arg "" "" "" ${ARGN} )
22- message (STATUS "BEGIN buildinfo_item" )
23- message (STATUS " K,V: ${KEY} , ${VAL} " )
22+ # message(STATUS "BEGIN buildinfo_item")
23+ # message(STATUS " K,V: ${KEY}, ${VAL}")
2424 file (APPEND "${CMAKE_CURRENT_BINARY_DIR} /src/buildinfo-include.c"
25- " {\" AUTO-BUIDLINFO ${KEY} \" , \" ${VAL} \" },\n " )
25+ " {\" AUTO-BUILDINFO ${KEY} \" , \" ${VAL} \" },\n " )
2626 file (APPEND "${CMAKE_CURRENT_BINARY_DIR} /buildinfo-summary.txt"
2727 " * ${KEY} : ${VAL} \n " )
28- message (STATUS "END buildinfo_item" )
28+ # message(STATUS "END buildinfo_item")
2929endfunction ()
3030
3131function (buildinfo_output)
@@ -35,8 +35,9 @@ function(buildinfo_output)
3535 #file(APPEND "${CMAKE_CURRENT_BINARY_DIR}/buildinfo-summary.txt"
3636 # "\nThe End.\n")
3737 file (READ "${CMAKE_CURRENT_BINARY_DIR} /buildinfo-summary.txt" msg)
38- message ("\n ${msg} " )
39- # message(STATUS "END buildinfo_output")
38+ message ("" )
39+ message (${msg} )
40+ message (STATUS "END buildinfo_output" )
4041endfunction ()
4142
4243buildinfo_setup()
You can’t perform that action at this time.
0 commit comments