Skip to content

Commit 511b73d

Browse files
committed
set minimum cmake version to 3.5
1 parent 15ffb05 commit 511b73d

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
@@ -31,7 +31,7 @@
3131
# the build configuration options are initialized. #
3232
####################################################################################
3333

34-
cmake_minimum_required (VERSION 3.0)
34+
cmake_minimum_required (VERSION 3.5)
3535

3636
project ("rttr" LANGUAGES CXX)
3737

0 commit comments

Comments
 (0)