Skip to content

Commit a27c65e

Browse files
authored
Merge pull request #3 from hjmallon/hunter-2.5.1
Hunterize OpenEXR
2 parents e823bf2 + 4b3f8f2 commit a27c65e

File tree

3 files changed

+549
-2
lines changed

3 files changed

+549
-2
lines changed

OpenEXR/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright Contributors to the OpenEXR Project.
33

4+
include("cmake/HunterGate.cmake")
5+
HunterGate(
6+
URL "https://github.com/cpp-pm/hunter/archive/v0.23.242.tar.gz"
7+
SHA1 "503b149d0ebdbc598e498f1669ae828a2136b838"
8+
)
9+
410
# We require this to get object library link library support and
511
# combined python 2 + 3 support
612
if(OPENEXR_BUILD_BOTH_STATIC_SHARED)
@@ -35,6 +41,7 @@ include(config/OpenEXRSetup.cmake)
3541

3642
# Everyone depends on IlmBase, and we currently rely on
3743
# the version matched with our release
44+
hunter_add_package(IlmBase)
3845
find_package(IlmBase ${OPENEXR_VERSION} EXACT REQUIRED CONFIG)
3946

4047
# generates config headers, package config files

0 commit comments

Comments
 (0)