We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f88bd commit 769bb48Copy full SHA for 769bb48
1 file changed
CMakeLists.txt
@@ -50,7 +50,7 @@ find_package(argon2 REQUIRED)
50
include(FetchContent)
51
FetchContent_Declare(odr.js
52
URL "https://github.com/opendocument-app/OpenDocument.js/releases/download/v2.0.0/build.zip"
53
- URL_HASH SHA256=sha256:5ccbe1c5bb46d65bc0dccc6c6df6548a571eef5536fcb95f9dcb80add26800b6
+ URL_HASH SHA256=5ccbe1c5bb46d65bc0dccc6c6df6548a571eef5536fcb95f9dcb80add26800b6
54
)
55
FetchContent_MakeAvailable(odr.js)
56
0 commit comments