Skip to content

Commit ef10652

Browse files
Aiken HarrisCodingWorkshop Signing Team
Aiken Harris
authored and
CodingWorkshop Signing Team
committed
Add missing cmake patch
1 parent 391a58d commit ef10652

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
2+
index 818109f0b7..749377d193 100644
3+
--- a/Source/CMakeVersion.cmake
4+
+++ b/Source/CMakeVersion.cmake
5+
@@ -7,7 +7,7 @@ set(CMake_VERSION_IS_DIRTY 0)
6+
7+
# Start with the full version number used in tags. It has no dev info.
8+
set(CMake_VERSION
9+
- "${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}.${CMake_VERSION_PATCH}")
10+
+ "${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}.${CMake_VERSION_PATCH}-XTC")
11+
if(DEFINED CMake_VERSION_RC)
12+
set(CMake_VERSION "${CMake_VERSION}-rc${CMake_VERSION_RC}")
13+
endif()

0 commit comments

Comments
 (0)