1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Bump capstone to 6.0.0-Alpha1.

This commit is contained in:
Bartosz Taudul
2024-10-04 17:19:18 +02:00
parent fd5ee53251
commit 5454b3202d
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ else()
CPMAddPackage(
NAME capstone
GITHUB_REPOSITORY capstone-engine/capstone
GIT_TAG 5.0.3
GIT_TAG 6.0.0-Alpha1
EXCLUDE_FROM_ALL TRUE
)
add_library(TracyCapstone INTERFACE)