Skip to content

Commit 48a4cdf

Browse files
committed
Update CMakeLists.txt
1 parent 796eb21 commit 48a4cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ project(
2323
LANGUAGES CXX
2424
)
2525

26-
file(WRITE "${CMAKE_BINARY_DIR}/env.sh" "export VERSION=${GIT_DESCRIBE}")
26+
file(WRITE "${CMAKE_BINARY_DIR}/env.sh" "export VERSION=${PROJECT_VERSION}")
2727

2828
# Set C++ standard
2929
set(CMAKE_CXX_STANDARD 23)

0 commit comments

Comments
 (0)