Skip to content

Commit

Permalink
remove individual python packages for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
chemiskyy committed Jun 3, 2024
1 parent 41b68d4 commit 5ac7249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simcoon-python-builder/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ if (Python3_FOUND)
else()
set(CMAKE_FIND_FRAMEWORK NEVER)
FIND_PACKAGE(Boost REQUIRED)
FIND_PACKAGE(PythonInterp 3)
FIND_PACKAGE(PythonLibs 3 REQUIRED)
FIND_PACKAGE(NumPy REQUIRED)
# FIND_PACKAGE(PythonInterp 3)
# FIND_PACKAGE(PythonLibs 3 REQUIRED)
# FIND_PACKAGE(NumPy REQUIRED)
endif()
else()
message("Python not found")
Expand Down

0 comments on commit 5ac7249

Please sign in to comment.