Skip to content

Commit b1e2790

Browse files
committed
build: bump CMake requirement to 3.25
Bump the required CMake version to 3.25 as we are using the `LINUX` variable which was introduced in 3.25. This ensures that we build properly on Linux by preventing use of an older CMake where certain sources and checks may be otherwise elided.
1 parent 4430fa0 commit b1e2790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## PATENTS file in the same directory.
99
##
1010

11-
cmake_minimum_required(VERSION 3.13)
11+
cmake_minimum_required(VERSION 3.25)
1212
cmake_policy(SET CMP0054 NEW)
1313

1414
project(DebugServer2

0 commit comments

Comments
 (0)