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 0596084 commit a4f778aCopy full SHA for a4f778a
1 file changed
tools/projmgr/CMakeLists.txt
@@ -24,8 +24,8 @@ include(FetchContent)
24
FetchContent_Declare(
25
rpc-interface
26
DOWNLOAD_EXTRACT_TIMESTAMP ON
27
- URL https://github.com/brondani/csolution-rpc/releases/download/v0.0.11/csolution-rpc.zip
28
- URL_HASH SHA256=a86beedb89e89a8425d93d820a9b971b6ceb73b1beaf1a587f46d28c3927362b
+ URL https://github.com/Open-CMSIS-Pack/csolution-rpc/releases/download/v0.0.11/csolution-rpc.zip
+ URL_HASH SHA256=1999e1a158922c319626959384643a8490bac4a716a88fa8868b2fd6701097df
29
)
30
FetchContent_MakeAvailable(rpc-interface)
31
0 commit comments