Skip to content

Commit

Permalink
cmake: print version in configuration report
Browse files Browse the repository at this point in the history
  • Loading branch information
Tectu committed Jul 28, 2023
1 parent 523e2e2 commit de7e6b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ endif()
message(STATUS "")
message(STATUS "-------------------------")
message(STATUS "QSchematic configuration:")
message(STATUS " version : " ${PROJECT_VERSION})
message(STATUS "")
message(STATUS " Build")
message(STATUS " Demo : " ${QSCHEMATIC_BUILD_DEMO})
message(STATUS "")
Expand Down

0 comments on commit de7e6b7

Please sign in to comment.