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 d75f5ee commit 07ab860Copy full SHA for 07ab860
src/CMakeLists.txt
@@ -100,7 +100,7 @@ MESSAGE(STATUS "Git version commit hash: " "${VERSION_HASHVAR}")
100
#string(REGEX REPLACE "^v[0-9]+\\.[0-9]+\\.[0-9]+(.*)" "\\1" VERSION_SHA1 "${VERSION}")
101
#set(VERSION_SHORT "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
102
103
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/Version.cc.in
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/CMake/Modules/Version.cc.in
104
${CMAKE_CURRENT_SOURCE_DIR}/Core/Application/Version.cc)
105
set(version_file "${CMAKE_CURRENT_SOURCE_DIR}/Core/Application/Version.cc")
106
0 commit comments