Skip to content

Commit aea2f44

Browse files
committed
CMake: use a version range to avoid a CMake warning
1 parent a62b9a8 commit aea2f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0.2)
1+
cmake_minimum_required(VERSION 3.0.2...3.27)
22

33
project(IronyMode)
44

0 commit comments

Comments
 (0)