upgrade unicorn from 1.0.3 to 2.0.0
Signed-off-by: Double Sine <xiao_ai_yu@live.cn>
This commit is contained in:
parent
cb06a5a6e6
commit
bdd0317bdb
|
|
@ -21,8 +21,8 @@ FetchContent_Declare(
|
||||||
)
|
)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
unicorn
|
unicorn
|
||||||
URL "https://github.com/unicorn-engine/unicorn/archive/refs/tags/1.0.3.tar.gz"
|
URL "https://github.com/unicorn-engine/unicorn/archive/refs/tags/2.0.0.tar.gz"
|
||||||
URL_HASH "SHA256=64fba177dec64baf3f11c046fbb70e91483e029793ec6a3e43b028ef14dc0d65"
|
URL_HASH "SHA256=67b445c760e2bbac663e8c8bc410e43311c7fc92df4dfa8d90e06a021d07f634"
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(keystone unicorn)
|
FetchContent_MakeAvailable(keystone unicorn)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user