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:
@ -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)
|
||||
|
Reference in New Issue
Block a user