aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2017-10-17 18:33:19 -0700
committerMarat Dukhan <marat@fb.com>2017-10-17 18:33:19 -0700
commit094033ef2bcbe6e17540c2e5b9e968ba3d8bdb09 (patch)
treeb832f80aa7c94f44f833d469d65c595a08edb4fe
parentaa21af0287b4a86d2906bf589d1a1cd01ed0807b (diff)
downloadpsimd-094033ef2bcbe6e17540c2e5b9e968ba3d8bdb09.tar.gz
Require CMake 2.8.12
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 72efee4..87505cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,9 +1,9 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11 FATAL_ERROR)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR)
INCLUDE(GNUInstallDirs)
# ---[ Project
-PROJECT(psimd LANGUAGES C CXX)
+PROJECT(psimd NONE)
# ---[ psimd library
ADD_LIBRARY(psimd INTERFACE)