From 094033ef2bcbe6e17540c2e5b9e968ba3d8bdb09 Mon Sep 17 00:00:00 2001 From: Marat Dukhan Date: Tue, 17 Oct 2017 18:33:19 -0700 Subject: Require CMake 2.8.12 --- CMakeLists.txt | 4 ++-- 1 file 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) -- cgit v1.2.3