aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2017-10-17 17:57:00 -0700
committerMarat Dukhan <marat@fb.com>2017-10-17 17:57:00 -0700
commitaa21af0287b4a86d2906bf589d1a1cd01ed0807b (patch)
tree3c690f42c6a08e6af8019d56ce4961b3bade85f1
parentfd97e5ae9c09e264a5f92e614fb7fc1092629a0a (diff)
downloadpsimd-aa21af0287b4a86d2906bf589d1a1cd01ed0807b.tar.gz
Lower required CMake version to 2.8.11
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5451804..72efee4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 3.0 FATAL_ERROR)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11 FATAL_ERROR)
INCLUDE(GNUInstallDirs)