mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
cmake - remove unused CMP0074 policy
it's automatically applied since cmake 3.12
This commit is contained in:
@@ -5,9 +5,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|||||||
|
|
||||||
project (svgfill)
|
project (svgfill)
|
||||||
|
|
||||||
cmake_policy(SET CMP0074 NEW) # find_package() uses <PackageName>_ROOT variables.
|
if (POLICY CMP0144) # 3.27
|
||||||
if (POLICY CMP0144)
|
cmake_policy(SET CMP0144 NEW) # find_package() uses upper-case <PACKAGENAME>_ROOT variables.
|
||||||
cmake_policy(SET CMP0144 NEW) # find_package() uses upper-case <PACKAGENAME>_ROOT variables.
|
|
||||||
endif()
|
endif()
|
||||||
if(POLICY CMP0167) # 3.30 find_package(Boost) to use BoostConfig instead of FindBoost.
|
if(POLICY CMP0167) # 3.30 find_package(Boost) to use BoostConfig instead of FindBoost.
|
||||||
cmake_policy(SET CMP0167 OLD)
|
cmake_policy(SET CMP0167 OLD)
|
||||||
|
|||||||
Reference in New Issue
Block a user