Skip to content

Commit

Permalink
Update trompeloeil to v44
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Nov 4, 2024
1 parent 90c5a0a commit 0a60844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/ExternalTools.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ set_target_properties(xdrfile PROPERTIES POSITION_INDEPENDENT_CODE TRUE)

FetchContent_Declare(
trompeloeil
URL "https://github.com/rollbear/trompeloeil/archive/v41.tar.gz"
URL "https://github.com/rollbear/trompeloeil/archive/v44.tar.gz"
DOWNLOAD_EXTRACT_TIMESTAMP true
URL_HASH SHA256=48986b507497f027e4fa1144a08c2d0b6d81fb476fad024956f8104448ca9ad8 DOWNLOAD_EXTRACT_TIMESTAMP true)
URL_HASH MD5=ff32a8aa0f3138e24e3a5068015d3012 DOWNLOAD_EXTRACT_TIMESTAMP true)
FetchContent_GetProperties(trompeloeil)
if(NOT trompeloeil_POPULATED)
FetchContent_MakeAvailable(trompeloeil)
Expand Down

0 comments on commit 0a60844

Please sign in to comment.