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 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
612if (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)
3845find_package (IlmBase ${OPENEXR_VERSION} EXACT REQUIRED CONFIG)
3946
4047# generates config headers, package config files
You can’t perform that action at this time.
0 commit comments