File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818# ``Cython::Cython``
1919# The Cython executable
2020#
21- # A range of versions is supported on CMake 3.19+.
21+ # A range of versions is supported on CMake 3.19+. See also UseCython.
2222#
2323# For more information on the Cython project, see https://cython.org/.
2424#
@@ -109,5 +109,3 @@ if(CYTHON_FOUND)
109109endif ()
110110
111111mark_as_advanced (CYTHON_EXECUTABLE)
112-
113- include (UseCython)
Original file line number Diff line number Diff line change 3737# .. code-block:: cmake
3838#
3939# find_package(Cython)
40+ # include(UseCython)
4041#
4142# Cython_compile_pyx(_hello.pyx
4243# OUTPUT_VARIABLE _hello_source_files
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ find_package(
66 COMPONENTS Interpreter Development.Module
77 REQUIRED)
88find_package (Cython MODULE REQUIRED VERSION 3.0)
9+ include (UseCython)
910
1011cython_compile_pyx(simple.pyx LANGUAGE C OUTPUT_VARIABLE simple_c)
1112
You can’t perform that action at this time.
0 commit comments