Skip to content

Commit 7862e1c

Browse files
Adapt cmake_minimum_required command for usage with CMake 4.0
1 parent 3629394 commit 7862e1c

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
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0)
1+
cmake_minimum_required(VERSION 3.0...3.29)
22

33
set(gui win)
44
set(Gui Win)

0 commit comments

Comments
 (0)