We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e823bf2 + 4b3f8f2 commit a27c65eCopy full SHA for a27c65e
3 files changed
OpenEXR/CMakeLists.txt
@@ -1,6 +1,12 @@
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright Contributors to the OpenEXR Project.
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
+
10
# We require this to get object library link library support and
11
# combined python 2 + 3 support
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
0 commit comments