Skip to content

Commit 1941770

Browse files
authored
Update src/cython_cmake/cmake/UseCython.cmake
1 parent ba6d0e1 commit 1941770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cython_cmake/cmake/UseCython.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ function(Cython_compile_pyx)
164164
OUTPUT
165165
"${CYTHON_OUTPUT}"
166166
"${depfile_path}"
167-
COMMAND Cython::Cython
168-
ARGS
167+
COMMAND
168+
Cython::Cython
169169
${language_arg}
170170
${CYTHON_CYTHON_ARGS}
171171
--depfile

0 commit comments

Comments
 (0)