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 c8de569 commit 2d8f32cCopy full SHA for 2d8f32c
dpctl/CMakeLists.txt
@@ -1,6 +1,4 @@
1
-find_package(Python 3.9 REQUIRED
2
- COMPONENTS Development.Module)
3
-find_package(NumPy REQUIRED)
+find_package(Python REQUIRED COMPONENTS Development.Module NumPy)
4
5
set(CYTHON_FLAGS "-t -w \"${CMAKE_SOURCE_DIR}\"")
6
find_package(Cython REQUIRED)
0 commit comments