Skip to content

Commit 0bdbd74

Browse files
authored
Update Imath to v3.1.1 (#446)
1 parent e5598f9 commit 0bdbd74

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

cmake/configs/default.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ hunter_default_version(ICU VERSION 63.1-p5)
8080
hunter_default_version(IF97 VERSION 2.1.2)
8181
hunter_default_version(Igloo VERSION 1.1.1-hunter)
8282
hunter_default_version(IlmBase VERSION 2.5.1-p0)
83-
hunter_default_version(Imath VERSION 3.0.1)
83+
hunter_default_version(Imath VERSION 3.1.1)
8484
hunter_default_version(Immer VERSION 0.6.2-cf44615)
8585
hunter_default_version(Jpeg VERSION 9c-p0)
8686
hunter_default_version(JsonSpirit VERSION 0.0.4-hunter)

cmake/projects/Imath/hunter.cmake

+11
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ include(hunter_cmake_args)
99
include(hunter_download)
1010
include(hunter_pick_scheme)
1111

12+
hunter_add_version(
13+
PACKAGE_NAME
14+
Imath
15+
VERSION
16+
3.1.1
17+
URL
18+
"https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.1.tar.gz"
19+
SHA1
20+
1f6812637a1ec2a518cd4445ef31808fe1dc4a29
21+
)
22+
1223
hunter_add_version(
1324
PACKAGE_NAME
1425
Imath

0 commit comments

Comments
 (0)