Skip to content
Snippets Groups Projects
Commit e79a6c2e authored by Marko Petric's avatar Marko Petric
Browse files

Set policy in examples

parent f0eefc60
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,9 @@
# M.Frank, CERN, 2015: Adapt to new cmake scripts
#==========================================================================
cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
if (POLICY CMP0074)
cmake_policy(SET CMP0074 NEW) # CMake 3.12
endif ()
project( DD4hep_Examples )
......
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