Skip to content

Commit bc0d078

Browse files
authored
Remove obsolete Manifold Python CMake commands (openscad#5424)
1 parent 6baf982 commit bc0d078

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -937,13 +937,9 @@ if(ENABLE_MANIFOLD)
937937
message(STATUS "TBB: ${TBB_VERSION}")
938938
target_link_libraries(OpenSCAD PRIVATE TBB::tbb)
939939

940-
# Hack to find our wanted version of Python before Manifold's included googletest finds Python2
941-
find_package(Python3 3.4 COMPONENTS Interpreter REQUIRED)
942-
943940
set(MANIFOLD_PAR ON CACHE STRING "Parallel backend" FORCE)
944941
endif()
945942

946-
set(PYBIND11_FINDPYTHON OFF)
947943
set(MANIFOLD_PYBIND OFF)
948944
set(MANIFOLD_TEST OFF)
949945
if(USE_BUILTIN_MANIFOLD)

0 commit comments

Comments
 (0)