Skip to content

Commit 07ab860

Browse files
committed
Fix case sensitivity
1 parent d75f5ee commit 07ab860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ MESSAGE(STATUS "Git version commit hash: " "${VERSION_HASHVAR}")
100100
#string(REGEX REPLACE "^v[0-9]+\\.[0-9]+\\.[0-9]+(.*)" "\\1" VERSION_SHA1 "${VERSION}")
101101
#set(VERSION_SHORT "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
102102

103-
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/Version.cc.in
103+
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/CMake/Modules/Version.cc.in
104104
${CMAKE_CURRENT_SOURCE_DIR}/Core/Application/Version.cc)
105105
set(version_file "${CMAKE_CURRENT_SOURCE_DIR}/Core/Application/Version.cc")
106106

0 commit comments

Comments
 (0)