Skip to content

Commit

Permalink
make it easier for build system to get version info
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed May 20, 2024
1 parent 3e1f8c9 commit 30c3db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ file(WRITE ${PROJECT_BINARY_DIR}/version.h
")
endif()

file(WRITE ${PROJECT_BINARY_DIR}/VERSION "${PGR_VERSION}")
file(WRITE ${PROJECT_BINARY_DIR}/VERSION_INFO "${PGR_VERSION}")

if(BUILD_WITH_QT6)

Expand Down

0 comments on commit 30c3db9

Please sign in to comment.