Skip to content
Snippets Groups Projects
Unverified Commit 0f3b7644 authored by Lars Bilke's avatar Lars Bilke Committed by GitHub
Browse files

Merge pull request #2326 from TomFischer/FixCmake

[CMake] Add needed CMP string.
parents 8dd1f350 f6e0c9ff
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,10 @@ cmake_minimum_required(VERSION 3.8) ...@@ -8,10 +8,10 @@ cmake_minimum_required(VERSION 3.8)
# Set CMake policies # Set CMake policies
cmake_policy(SET CMP0011 NEW) cmake_policy(SET CMP0011 NEW)
cmake_policy(SET CMP0054 NEW) cmake_policy(SET CMP0054 NEW)
if(POLICY 0071) if(POLICY CMP0071)
cmake_policy(SET CMP0071 NEW) cmake_policy(SET CMP0071 NEW)
endif() endif()
if(POLICY 0074) if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW) cmake_policy(SET CMP0074 NEW)
endif() endif()
......
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