We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f3334 commit 9607b50Copy full SHA for 9607b50
cmake/SetBotan.cmake
@@ -8,7 +8,8 @@ macro(build_install_botan)
8
get_github_latest_release_url("randombit" "Botan")
9
endif()
10
11
- FetchContent_Declare(Botan URL ${Botan_DOWNLOAD_URL})
+ # 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)
13
FetchContent_GetProperties(Botan)
14
15
if(NOT Botan_POPULATED)
0 commit comments