Skip to content

Commit 21f6f12

Browse files
Merge pull request #858 from IntelPython/quotes-cython-arg-path
Using quotes for dpctl/CMakeLists.txt per Anton's feedback
2 parents 58eb240 + 937f763 commit 21f6f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
find_package(PythonExtensions REQUIRED)
33
find_package(NumPy REQUIRED)
44

5-
set(CYTHON_FLAGS "-t -w ${CMAKE_SOURCE_DIR}")
5+
set(CYTHON_FLAGS "-t -w \"${CMAKE_SOURCE_DIR}\"")
66
find_package(Cython REQUIRED)
77

88
if(WIN32)

0 commit comments

Comments
 (0)