Skip to content

Commit

Permalink
Require Cython to be found
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored Dec 16, 2024
1 parent dcbd3ad commit 5b00d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapids-cmake/cython-core/init.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ macro(rapids_cython_init)
endif()

find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)
find_program(CYTHON "cython")
find_program(CYTHON "cython" REQUIRED)

if(NOT CYTHON_FLAGS)
set(CYTHON_FLAGS "--directive binding=True,embedsignature=True,always_allow_keywords=True")
Expand Down

0 comments on commit 5b00d7e

Please sign in to comment.