Skip to content

Commit

Permalink
Find NumPy as Python component
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Sep 17, 2024
1 parent 3377d38 commit 96ba5b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ option(OPTIMIZATION_REPORT
OFF
)

find_package(Python COMPONENTS Interpreter Development REQUIRED)
find_package(NumPy REQUIRED)
find_package(Python COMPONENTS Interpreter Development NumPy REQUIRED)

set(CYTHON_FLAGS "-t -w \"${CMAKE_SOURCE_DIR}\"")
find_package(Cython REQUIRED)
Expand Down

0 comments on commit 96ba5b4

Please sign in to comment.