We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136469f commit 958af5aCopy full SHA for 958af5a
Utils/CMakeLists.txt
@@ -5,7 +5,7 @@ if (${GIT_LOCAL_CHANGES} STREQUAL "DIRTY")
5
set(COMPILER_MESSAGE "#pragma WARNING(Local changes not committed.)")
6
endif()
7
8
-file (STRINGS "../version" PBD_VERSION)
+file (STRINGS "../version.txt" PBD_VERSION)
9
10
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Version.h.in ${CMAKE_CURRENT_SOURCE_DIR}/Version.h @ONLY)
11
version version.txtversion renamed to version.txt
0 commit comments