Skip to content

Commit 563817d

Browse files
committed
ET#67124 INFO_SRC and INFO_BIN file checks
Updated the CMAKE varialbe to generate value in INFO_SRC file
1 parent a3b7a46 commit 563817d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildinfo.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ FUNCTION(GENERATE_INFO_SRC)
100100
MESSAGE("Generating INFO_SRC")
101101

102102
IF (NOT EXISTS INFO_SRC)
103-
SET(INFO_VERSION "${CONCPP_PACKAGE_VERSION}")
103+
SET(INFO_VERSION "${CONCPP_VERSION}")
104104

105105
find_program(GIT_FOUND NAMES git)
106106

0 commit comments

Comments
 (0)