Skip to content

Commit

Permalink
Remove obsolete Manifold Python CMake commands (openscad#5424)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo authored Nov 14, 2024
1 parent 6baf982 commit bc0d078
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -937,13 +937,9 @@ if(ENABLE_MANIFOLD)
message(STATUS "TBB: ${TBB_VERSION}")
target_link_libraries(OpenSCAD PRIVATE TBB::tbb)

# Hack to find our wanted version of Python before Manifold's included googletest finds Python2
find_package(Python3 3.4 COMPONENTS Interpreter REQUIRED)

set(MANIFOLD_PAR ON CACHE STRING "Parallel backend" FORCE)
endif()

set(PYBIND11_FINDPYTHON OFF)
set(MANIFOLD_PYBIND OFF)
set(MANIFOLD_TEST OFF)
if(USE_BUILTIN_MANIFOLD)
Expand Down

0 comments on commit bc0d078

Please sign in to comment.