Skip to content

Commit 8f254c2

Browse files
committed
Update CMake minimum required version to 3.13
1 parent 8920f2a commit 8f254c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FindRapidCheck.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
1111
#
1212

13-
cmake_minimum_required(VERSION 3.2)
13+
cmake_minimum_required(VERSION 3.13)
1414
include("GenericFindDependency")
1515

1616
set(RC_ENABLE_GTEST ON CACHE BOOL "" FORCE)

ListTargets.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# swift_list_targets
3838
#
3939

40-
cmake_minimum_required(VERSION 3.7)
40+
cmake_minimum_required(VERSION 3.13)
4141

4242
function(get_all_targets result dir)
4343
get_property(

0 commit comments

Comments
 (0)