File tree Expand file tree Collapse file tree 3 files changed +549
-2
lines changed Expand file tree Collapse file tree 3 files changed +549
-2
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: BSD-3-Clause
2
2
# Copyright Contributors to the OpenEXR Project.
3
3
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
+
4
10
# We require this to get object library link library support and
5
11
# combined python 2 + 3 support
6
12
if (OPENEXR_BUILD_BOTH_STATIC_SHARED)
@@ -35,6 +41,7 @@ include(config/OpenEXRSetup.cmake)
35
41
36
42
# Everyone depends on IlmBase, and we currently rely on
37
43
# the version matched with our release
44
+ hunter_add_package(IlmBase)
38
45
find_package (IlmBase ${OPENEXR_VERSION} EXACT REQUIRED CONFIG)
39
46
40
47
# generates config headers, package config files
You can’t perform that action at this time.
0 commit comments