diff options
| author | Marat Dukhan <marat@fb.com> | 2017-10-17 18:33:19 -0700 |
|---|---|---|
| committer | Marat Dukhan <marat@fb.com> | 2017-10-17 18:33:19 -0700 |
| commit | 094033ef2bcbe6e17540c2e5b9e968ba3d8bdb09 (patch) | |
| tree | b832f80aa7c94f44f833d469d65c595a08edb4fe | |
| parent | aa21af0287b4a86d2906bf589d1a1cd01ed0807b (diff) | |
| download | platform_external_psimd-094033ef2bcbe6e17540c2e5b9e968ba3d8bdb09.tar.gz platform_external_psimd-094033ef2bcbe6e17540c2e5b9e968ba3d8bdb09.tar.bz2 platform_external_psimd-094033ef2bcbe6e17540c2e5b9e968ba3d8bdb09.zip | |
Require CMake 2.8.12
| -rw-r--r-- | CMakeLists.txt | 4 |
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) |
