Skip to content
Snippets Groups Projects
Commit 8a79fd93 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[CMake] Set policy 0074 to NEW.

parent c400305f
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,12 @@ cmake_minimum_required(VERSION 3.3)
# Set CMake policies
cmake_policy(SET CMP0011 NEW)
cmake_policy(SET CMP0054 NEW)
if(${CMAKE_VERSION} VERSION_GREATER 3.9.6)
if(POLICY 0071)
cmake_policy(SET CMP0071 NEW)
endif()
if(POLICY 0074)
cmake_policy(SET CMP0074 NEW)
endif()
if(WIN32 AND
NOT ${CMAKE_GENERATOR} STREQUAL Ninja AND
......
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