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 aa65d10 commit 812486aCopy full SHA for 812486a
src/NativeImpl/version.cmake
@@ -1,4 +1,4 @@
1
-file(READ "${CMAKE_CURRENT_SOURCE_DIR}/../version.txt" VERSION_STR)
+file(READ "${CMAKE_CURRENT_LIST_DIR}/../version.txt" VERSION_STR)
2
string(STRIP "${VERSION_STR}" VERSION_STR)
3
4
string(REPLACE "." ";" VERSION_PARTS "${VERSION_STR}")
0 commit comments