Skip to content

Commit 5eb2ece

Browse files
committed
Update CMake minimum required version to 3.13
1 parent 8920f2a commit 5eb2ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

0 commit comments

Comments
 (0)