From 7aceb7fcc7d621084514cbb5bbf28205ba177f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 3 Oct 2017 16:53:34 +0200 Subject: [PATCH] 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. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af4e4af..43c47ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,8 +17,6 @@ cmake_minimum_required(VERSION 2.6) project(Indivisible) -cmake_policy(SET CMP0012 OLD) - set(TARGET_NAME indivisible) if(NOT CMAKE_BUILD_TYPE)