git: Updated CI to latest available compilers and distros (#2003)

This commit is contained in:
Nik
2024-12-13 00:07:46 +01:00
committed by GitHub
parent 21b315b97e
commit 093310a9e5
14 changed files with 63 additions and 67 deletions

View File

@@ -6,6 +6,7 @@ if (NOT USE_SYSTEM_CAPSTONE)
set(CAPSTONE_BUILD_STATIC_RUNTIME OFF CACHE BOOL "Disable shared library building")
set(CAPSTONE_BUILD_SHARED OFF CACHE BOOL "Disable shared library building")
set(CAPSTONE_BUILD_TESTS OFF CACHE BOOL "Disable tests")
set(CAPSTONE_BUILD_MACOS_THIN ON CACHE BOOL "Enable thin builds of capstone for macOS" FORCE)
add_subdirectory(${THIRD_PARTY_LIBS_FOLDER}/capstone ${CMAKE_CURRENT_BINARY_DIR}/capstone EXCLUDE_FROM_ALL)
target_compile_options(capstone PRIVATE -Wno-unused-function)
set(CAPSTONE_LIBRARY "capstone")