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.
2 parents 58eb240 + 937f763 commit 21f6f12Copy full SHA for 21f6f12
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