Skip to content

Commit

Permalink
Fix cmocka external project to stable branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Apr 20, 2024
1 parent bf8ee12 commit f4c9d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,7 @@ if(CAPSTONE_BUILD_CSTEST)
ExternalProject_Add(cmocka_ext
PREFIX extern
GIT_REPOSITORY "https://git.cryptomilk.org/projects/cmocka.git"
GIT_TAG "origin/stable-1.1"
CONFIGURE_COMMAND cmake -DBUILD_SHARED_LIBS=OFF ../cmocka_ext/
BUILD_COMMAND cmake --build . --config Release
INSTALL_COMMAND ""
Expand Down

0 comments on commit f4c9d24

Please sign in to comment.