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

Remove useless cmake_policy command

parent fc60846e
No related branches found
No related tags found
1 merge request!1Resolve "Adapt to core cmake refactor"
......@@ -4,6 +4,7 @@
README.txt
bin/
build/
build_debug/
build_release/
lib/
.idea/
......@@ -37,7 +38,6 @@ test/map_objects_save.yaml
objectslam.found
\.vscode/
build_release/
Testing/Temporary/LastTest.log
Testing/Temporary/CTestCostData.txt
# 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