diff --git a/test/fortran/CMakeLists.txt b/test/fortran/CMakeLists.txt index e7fdd91251619801d54070a0db14c3b74a3caf89..2a60b657acbdf8c82d0d141e9a14a656e063d97a 100644 --- a/test/fortran/CMakeLists.txt +++ b/test/fortran/CMakeLists.txt @@ -15,8 +15,8 @@ if ("${CMAKE_VERSION}" VERSION_GREATER_EQUAL "3.24") endif() include(FetchContent) FetchContent_Declare(fortutf - URL https://github.com/artemis-beta/FortUTF/archive/694afc80a5362d0711a99f248a25b1b5edd668f5.tar.gz - URL_HASH MD5=1cc90b741c89436b4711b6dd1ea05980 + URL https://github.com/artemis-beta/FortUTF/archive/bf749de0f710e0dd7f6d00a4f5104d78fefb94e9.tar.gz + URL_HASH MD5=1246c176d0f543acf040facc26d24d54 ) FetchContent_MakeAvailable(fortutf) message(CHECK_PASS "done")