We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d134085 commit e0537d1Copy full SHA for e0537d1
1 file changed
cmake/cross_compiled_libraries.txt
@@ -17,8 +17,8 @@ else(BUNDLE_LOC)
17
include(ExternalProject)
18
ExternalProject_Add(PrecompiledLibraries
19
PREFIX precompiled
20
- URL https://github.com/hioa-cs/IncludeOS/releases/download/v0.9.0/IncludeOS_install_v0-9-0.tar.gz
21
- URL_HASH SHA1=8f7dfa92d38814c0c4f3e83adacfbd741a617622
+ URL https://github.com/hioa-cs/IncludeOS/releases/download/v0.10.1-bundle/IncludeOS_dependencies_v0-10-1-bundle.tar.gz
+ URL_HASH SHA1=8b298ea394b304c03f59d4a2fa3db711ae7d5161
22
CONFIGURE_COMMAND ""
23
BUILD_COMMAND ""
24
UPDATE_COMMAND ""
0 commit comments