diff --git a/CMakeLists.txt b/CMakeLists.txt index 616934b..5b52085 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1 FATAL_ERROR) +cmake_minimum_required(VERSION 3.10 FATAL_ERROR) if (POLICY CMP0048) # cmake warns if loaded from a min-3.0-required parent dir, so silence the warning: