diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f583afc..6ef88032 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.13) project(rapidcheck CXX) # Don't warn about symbol visibility for static libraries with CMake 3.3 and later.