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 646aee6 commit 937f763Copy full SHA for 937f763
dpctl/CMakeLists.txt
@@ -2,7 +2,7 @@
2
find_package(PythonExtensions REQUIRED)
3
find_package(NumPy REQUIRED)
4
5
-set(CYTHON_FLAGS "-t -w ${CMAKE_SOURCE_DIR}")
+set(CYTHON_FLAGS "-t -w \"${CMAKE_SOURCE_DIR}\"")
6
find_package(Cython REQUIRED)
7
8
if(WIN32)
0 commit comments