Skip to content
Snippets Groups Projects
Commit 716e7a03 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

CMakeLists: cmake 3.12 and cmake_policy(SET CMP0074 NEW)

parent 3a1527a3
Branches
Tags
1 merge request!84CMakeLists: cmake 3.12 and cmake_policy(SET CMP0074 NEW)
Pipeline #20335 passed
cmake_minimum_required(VERSION 3.3 FATAL_ERROR) cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
# CMP0074: find_package() uses <PackageName>_ROOT variables
cmake_policy(SET CMP0074 NEW)
PROJECT(ip6 PROJECT(ip6
LANGUAGES CXX LANGUAGES CXX
DESCRIPTION "A template dd4hep+acts beamline" DESCRIPTION "A template dd4hep+acts beamline"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment