Remove CMake policy.

The old policy caused issues because it's about to be lost in the newer
versions of CMake, so we'll have to deal with warnings from CMake until
the FindOpenMP.cmake file is updated.
This commit is contained in:
Nicolás Ortega Froysa 2017-10-03 16:53:34 +02:00
parent 3348d52c49
commit 7aceb7fcc7
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -17,8 +17,6 @@
cmake_minimum_required(VERSION 2.6) cmake_minimum_required(VERSION 2.6)
project(Indivisible) project(Indivisible)
cmake_policy(SET CMP0012 OLD)
set(TARGET_NAME indivisible) set(TARGET_NAME indivisible)
if(NOT CMAKE_BUILD_TYPE) if(NOT CMAKE_BUILD_TYPE)