Skip to content
Snippets Groups Projects
Commit f6e0c9ff authored by Tom Fischer's avatar Tom Fischer
Browse files

[CMake] Add needed CMP string.

parent a016b457
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,10 @@ cmake_minimum_required(VERSION 3.8)
# Set CMake policies
cmake_policy(SET CMP0011 NEW)
cmake_policy(SET CMP0054 NEW)
if(POLICY 0071)
if(POLICY CMP0071)
cmake_policy(SET CMP0071 NEW)
endif()
if(POLICY 0074)
if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
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