cmake Cython examples

LLNL/zfp python/CMakeLists.txt :13

find_package(Cython 0.28 REQUIRED)

JSBSim-Team/jsbsim CMakeLists.txt :76

find_package(Cython)

NERSC/timemory external/CMakeLists.txt :27

find_package(Cython QUIET)

ceph/ceph src/pybind/CMakeLists.txt :5

find_package(Cython REQUIRED)

boutproject/BOUT-dev tools/pylib/_boutpp_build/CMakeLists.txt :22

find_package(Cython)

hughperkins/DeepCL python/cmake/UseCython.cmake :75

find_package( Cython REQUIRED )

espressomd/espresso CMakeLists.txt :301

find_package(Cython 3.0.8...<3.1.0 REQUIRED)

nest/nest-simulator cmake/ProcessOptions.cmake :362

find_package( Cython 0.28.3 REQUIRED )

linux-rdma/rdma-core CMakeLists.txt :250

FIND_PACKAGE(cython)