lysnikolaou commented on code in PR #43606: URL: https://github.com/apache/arrow/pull/43606#discussion_r1711226389
########## cpp/cmake_modules/UseCython.cmake: ########## @@ -184,4 +184,24 @@ function(cython_add_module _name pyx_target_name generated_files) add_dependencies(${_name} ${pyx_target_name}) endfunction() +execute_process(COMMAND ${PYTHON_EXECUTABLE} -m cython --version Review Comment: I had a look at this and tried to get it to work but failed. I think it's going to be significantly more CMake code to maintain than the simple version check. Unless I'm missing something on how to get `try_compile` to work with Cython, in which case I'll need some more help. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org