Skip to content

Commit 9607b50

Browse files
committed
again
1 parent f6f3334 commit 9607b50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/SetBotan.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ macro(build_install_botan)
88
get_github_latest_release_url("randombit" "Botan")
99
endif()
1010

11-
FetchContent_Declare(Botan URL ${Botan_DOWNLOAD_URL})
11+
# before 3.5.0 FetchContent_Declare(Botan URL ${Botan_DOWNLOAD_URL})
12+
FetchContent_Declare(Botan URL https://github.com/randombit/botan/archive/refs/heads/master.zip)
1213
FetchContent_GetProperties(Botan)
1314

1415
if(NOT Botan_POPULATED)

0 commit comments

Comments
 (0)