Skip to content

Commit 49f7c86

Browse files
committed
Move version.txt into the cmake subdirectory
1 parent ced6438 commit 49f7c86

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
cmake_minimum_required(VERSION 3.8.2)
55

66
# Default to the last updated version from version.txt.
7-
file(TO_CMAKE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/version.txt" VERSION_FILE)
7+
file(TO_CMAKE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/version.txt" VERSION_FILE)
88
file(READ "${VERSION_FILE}" LATEST_VERSION)
99

1010
if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/.git")
File renamed without changes.

0 commit comments

Comments
 (0)