We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6baf982 commit bc0d078Copy full SHA for bc0d078
CMakeLists.txt
@@ -937,13 +937,9 @@ if(ENABLE_MANIFOLD)
937
message(STATUS "TBB: ${TBB_VERSION}")
938
target_link_libraries(OpenSCAD PRIVATE TBB::tbb)
939
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
-
943
set(MANIFOLD_PAR ON CACHE STRING "Parallel backend" FORCE)
944
endif()
945
946
- set(PYBIND11_FINDPYTHON OFF)
947
set(MANIFOLD_PYBIND OFF)
948
set(MANIFOLD_TEST OFF)
949
if(USE_BUILTIN_MANIFOLD)
0 commit comments