Skip to content
Snippets Groups Projects
Commit a5780791 authored by Guilherme Amadio's avatar Guilherme Amadio Committed by Axel Naumann
Browse files

Policy CMP0068 is NEW by default with CMake 3.9

parent ac6d13ee
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
set(policy_new CMP0068 CMP0072 CMP0077)
set(policy_new CMP0072 CMP0077)
foreach(policy ${policy_new})
if(POLICY ${policy})
cmake_policy(SET ${policy} NEW)
......
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