fix some bug

This commit is contained in:
wjyLearn
2025-10-24 14:37:50 +08:00
parent 7878c0d2f4
commit 96cf7d2194
39 changed files with 31160 additions and 21903 deletions

View File

@@ -1,7 +1,12 @@
if (IN_GIT_REPO)
set(CGAL_DIRECTORY_FLAG --directory ${BINARY_DIR_REL}/dep_CGAL-prefix/src/dep_CGAL)
endif ()
qidistudio_add_cmake_project(
CGAL
URL https://github.com/CGAL/cgal/archive/refs/tags/v5.4.zip
URL_HASH SHA256=d7605e0a5a5ca17da7547592f6f6e4a59430a0bc861948974254d0de43eab4c0
PATCH_COMMAND git apply ${CGAL_DIRECTORY_FLAG} --verbose --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/0001-clang19.patch
DEPENDS ${BOOST_PKG} dep_GMP dep_MPFR
)

View File

@@ -53,6 +53,7 @@ qidistudio_add_cmake_project(OpenCV
-DWITH_OPENJPEG=OFF
-DWITH_QUIRC=OFF
-DWITH_VTK=OFF
-DWITH_JPEG=OFF
-DWITH_WEBP=OFF
-DENABLE_PRECOMPILED_HEADERS=OFF
-DINSTALL_TESTS=OFF

View File

@@ -58,6 +58,7 @@ ExternalProject_Add(dep_OpenSSL
${_cross_comp_prefix_line}
no-shared
no-asm
no-tests
no-ssl3-method
no-dynamic-engine
BUILD_IN_SOURCE ON