Skip to content

Commit 5bf22f7

Browse files
authored
Update CMake minimum required version to 3.13 (#182)
Update CMake version to newer version
1 parent 8920f2a commit 5bf22f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FindRapidCheck.cmake

+1-1
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

+1-1
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)