Skip to content
Snippets Groups Projects

Update FortUTF version

Merged Yen-Chen Chen requested to merge update_fortutf into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -15,8 +15,8 @@ if ("${CMAKE_VERSION}" VERSION_GREATER_EQUAL "3.24")
@@ -15,8 +15,8 @@ if ("${CMAKE_VERSION}" VERSION_GREATER_EQUAL "3.24")
endif()
endif()
include(FetchContent)
include(FetchContent)
FetchContent_Declare(fortutf
FetchContent_Declare(fortutf
URL https://github.com/artemis-beta/FortUTF/archive/694afc80a5362d0711a99f248a25b1b5edd668f5.tar.gz
URL https://github.com/artemis-beta/FortUTF/archive/bf749de0f710e0dd7f6d00a4f5104d78fefb94e9.tar.gz
URL_HASH MD5=1cc90b741c89436b4711b6dd1ea05980
URL_HASH MD5=1246c176d0f543acf040facc26d24d54
)
)
FetchContent_MakeAvailable(fortutf)
FetchContent_MakeAvailable(fortutf)
message(CHECK_PASS "done")
message(CHECK_PASS "done")
Loading