Skip to content

Commit

Permalink
Back up manifold upgrade - looks like we're not ready for 3.0 yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Feb 19, 2025
1 parent 7ac50ea commit 0c539a0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 50 deletions.
6 changes: 1 addition & 5 deletions manifold/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@ if (ENABLE_MANIFOLD)
ExternalProject_Add(MANIFOLD_BLD
URL "${CMAKE_CURRENT_SOURCE_DIR}/manifold"
BUILD_ALWAYS ${EXT_BUILD_ALWAYS} ${LOG_OPTS}
PATCH_COMMAND ${PATCH_EXECUTABLE};-E;-p1;${PATCH_OPTIONS};-i;${CMAKE_CURRENT_SOURCE_DIR}/manifold.patch
CMAKE_ARGS
${BUILD_TYPE_SPECIFIER}
$<$<BOOL:${ZLIB_TARGET}>:-DZ_PREFIX=ON>
$<$<BOOL:${ZLIB_TARGET}>:-DZ_PREFIX_STR=${Z_PREFIX_STR}>
-DASSETIMPORT_ROOT=$<$<BOOL:${ASSETIMPORT_TARGET}>:${CMAKE_BUNDLE_INSTALL_PREFIX}>
-Dpugixml_ROOT=$<$<BOOL:${PUGIXML_TARGET}>:${CMAKE_BUNDLE_INSTALL_PREFIX}>
-DMANIFOLD_TEST=OFF
-DMANIFOLD_EXPORT=ON
-DMANIFOLD_OPTIMIZED=ON
$<$<BOOL:${PUGIXML_TARGET}>:-DREQUIRE_EXT_PUGIXML=ON>
-DGLM_BUILD_LIBRARY=OFF
-DGLM_BUILD_INSTALL=ON
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
Expand All @@ -44,7 +40,7 @@ if (ENABLE_MANIFOLD)

# Copy the license into position in CMAKE_BUNDLE_INSTALL_PREFIX
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/manifold/LICENSE
${CMAKE_CURRENT_SOURCE_DIR}/manifold/LICENSES.txt
${DOC_LICENSE_DIR}/manifold.txt
COPYONLY
)
Expand Down
2 changes: 1 addition & 1 deletion manifold/manifold
Submodule manifold updated 2070 files
1 change: 0 additions & 1 deletion manifold/manifold.deps
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
PATCH
PUGIXML
ASSETIMPORT

43 changes: 0 additions & 43 deletions manifold/manifold.patch

This file was deleted.

0 comments on commit 0c539a0

Please sign in to comment.