We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c5a0a commit 0a60844Copy full SHA for 0a60844
cmake/ExternalTools.cmake
@@ -167,9 +167,9 @@ set_target_properties(xdrfile PROPERTIES POSITION_INDEPENDENT_CODE TRUE)
167
168
FetchContent_Declare(
169
trompeloeil
170
- URL "https://github.com/rollbear/trompeloeil/archive/v41.tar.gz"
+ URL "https://github.com/rollbear/trompeloeil/archive/v44.tar.gz"
171
DOWNLOAD_EXTRACT_TIMESTAMP true
172
- URL_HASH SHA256=48986b507497f027e4fa1144a08c2d0b6d81fb476fad024956f8104448ca9ad8 DOWNLOAD_EXTRACT_TIMESTAMP true)
+ URL_HASH MD5=ff32a8aa0f3138e24e3a5068015d3012 DOWNLOAD_EXTRACT_TIMESTAMP true)
173
FetchContent_GetProperties(trompeloeil)
174
if(NOT trompeloeil_POPULATED)
175
FetchContent_MakeAvailable(trompeloeil)
0 commit comments