Skip to content

Commit 877328f

Browse files
authored
Update CMake minimum requirements to 3.18 (#330)
As CMake 3.5 support has been removed in cmake-4.x
1 parent 8a92100 commit 877328f

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.5 FATAL_ERROR)
1+
CMAKE_MINIMUM_REQUIRED(VERSION 3.18 FATAL_ERROR)
22

33
# ---[ Setup project
44
PROJECT(

0 commit comments

Comments
 (0)