Skip to content
Snippets Groups Projects
Commit 6e90219f authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Merge branch 'cherry-pick-8c8bcc57' into '1.0'

Cherry-pick "Merge branch 'cmake_policy' into 'master'" into 1.0

See merge request atlas/atlasexternals!387
parents 05953ec7 be3aba87
No related branches found
Tags 1.0.43
No related merge requests found
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
#
# This file is used to make it possible to pull in the code of this package into
# a top level CMake file using:
......@@ -51,6 +51,13 @@ if( CTEST_USE_LAUNCHERS )
"AtlasCMake: Package build succeeded" )
endif()
# Set ATLAS specific policies to work around temporary problems:
cmake_policy(SET CMP0058 OLD) # suppress warning about .stamp.txt files with ninja (ATLINFR-2651)
if( ${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.12.0" )
cmake_policy(SET CMP0074 OLD) # suppress warning about _ROOT variables (ATLINFR-2651)
endif()
# Include the AtlasFunctions file:
include( AtlasFunctions )
......
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