Skip to content

Commit c1b6c88

Browse files
jcfrvyasr
andcommitted
wip(UseCython): Ensure proper escaping of custom command args using VERBATIM
Co-authored-by: Vyas Ramasubramani <[email protected]>
1 parent 490f199 commit c1b6c88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cython_cmake/cmake/UseCython.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ function(add_cython_target _name)
259259
${_source_file}
260260
DEPFILE
261261
${_cython_depfile}
262+
VERBATIM
262263
COMMENT ${comment}
263264
)
264265

0 commit comments

Comments
 (0)