Skip to content

Commit

Permalink
Find python hack
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Mar 22, 2023
1 parent 7355acd commit 62ca8bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Expand Up @@ -757,6 +757,9 @@ endif()

if(ENABLE_MANIFOLD)

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

if(NOT DEFINED MANIFOLD_PAR AND ENABLE_TBB)
set(MANIFOLD_PAR TBB CACHE STRING "Parallel backend, either \"TBB\" or \"OpenMP\" or \"NONE\"" FORCE)
endif()
Expand Down

0 comments on commit 62ca8bd

Please sign in to comment.