Skip to content

Commit 5cd7fc0

Browse files
Add verbatim to improve cross-platform compatibility of Cython CMake
interop files.
1 parent 08a8cee commit 5cd7fc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmake/UseCython.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ function( compile_pyx _name _pyx_target_name _module_name _directories _pyx_file
155155
#BYPRODUCTS ${_generated_files}
156156
COMMENT "${_cython_comment}"
157157
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${_directories}
158+
VERBATIM
158159
)
159160

160161
set_target_properties(${_pyx_target_name}

0 commit comments

Comments
 (0)