11 lines
274 B
Diff
11 lines
274 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 08f56a33..c5291fd7 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required(VERSION 2.8.7)
|
|
+cmake_minimum_required(VERSION 3.10)
|
|
if(POLICY CMP0046)
|
|
cmake_policy(SET CMP0046 NEW)
|
|
endif()
|