Skip to content
Snippets Groups Projects
Commit 306e6d59 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

remove useless cmake_policy command

parent 736c5bb0
No related branches found
No related tags found
2 merge requests!451After cmake and const refactor,!445Resolve "Refactoring WOLF installation system"
Pipeline #10368 failed
This commit is part of merge request !445. Comments created here will be created in the context of that merge request.
......@@ -4,11 +4,6 @@ MESSAGE(STATUS "Starting WOLF CMakeLists ...")
# Pre-requisites about cmake itself
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
if(COMMAND cmake_policy)
cmake_policy(SET CMP0005 NEW)
cmake_policy(SET CMP0003 NEW)
endif(COMMAND cmake_policy)
# MAC OSX RPATH
SET(CMAKE_MACOSX_RPATH 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment