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 0a1ad5a commit 032fae8Copy full SHA for 032fae8
tools/projmgr/CMakeLists.txt
@@ -16,8 +16,9 @@ file(DOWNLOAD
16
include(FetchContent)
17
FetchContent_Declare(
18
rpc-interface
19
+ DOWNLOAD_EXTRACT_TIMESTAMP ON
20
URL https://github.com/Open-CMSIS-Pack/csolution-rpc/releases/download/v0.0.1/csolution-rpc.zip
- URL_HASH SHA256=e5e6528ace7cf9b31a24ef268f9d86a9810d3a84c0e4e166dfe2c745e734524a
21
+ URL_HASH SHA256=b86a9e63c5d269c9375fe7c389234a05e7ce59ebb26bde81858b669e5664f3f6
22
)
23
FetchContent_MakeAvailable(rpc-interface)
24
0 commit comments