Skip to content

Commit 0a60844

Browse files
committed
Update trompeloeil to v44
1 parent 90c5a0a commit 0a60844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cmake/ExternalTools.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ set_target_properties(xdrfile PROPERTIES POSITION_INDEPENDENT_CODE TRUE)
167167

168168
FetchContent_Declare(
169169
trompeloeil
170-
URL "https://github.com/rollbear/trompeloeil/archive/v41.tar.gz"
170+
URL "https://github.com/rollbear/trompeloeil/archive/v44.tar.gz"
171171
DOWNLOAD_EXTRACT_TIMESTAMP true
172-
URL_HASH SHA256=48986b507497f027e4fa1144a08c2d0b6d81fb476fad024956f8104448ca9ad8 DOWNLOAD_EXTRACT_TIMESTAMP true)
172+
URL_HASH MD5=ff32a8aa0f3138e24e3a5068015d3012 DOWNLOAD_EXTRACT_TIMESTAMP true)
173173
FetchContent_GetProperties(trompeloeil)
174174
if(NOT trompeloeil_POPULATED)
175175
FetchContent_MakeAvailable(trompeloeil)

0 commit comments

Comments
 (0)