Skip to content

Commit 96ba5b4

Browse files
Find NumPy as Python component
1 parent 3377d38 commit 96ba5b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ option(OPTIMIZATION_REPORT
1212
OFF
1313
)
1414

15-
find_package(Python COMPONENTS Interpreter Development REQUIRED)
16-
find_package(NumPy REQUIRED)
15+
find_package(Python COMPONENTS Interpreter Development NumPy REQUIRED)
1716

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

0 commit comments

Comments
 (0)