On Mon, Nov 13, 2017 at 02:00:15PM +0100, Nicolas Morey-Chaisemartin wrote: > Depending on the system, python might not be available as pythomn (but python2, python3, etc.) > Use FIND_PACKAGE to get the right executable. Looks fine to me. > # Compute a relative symlink from VERBS_PROVIDER_DIR to LIBDIR > - execute_process(COMMAND python ${CMAKE_SOURCE_DIR}/buildlib/relpath > + execute_process(COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/buildlib/relpath I'm assuming this little script works with python3 ? cbuild won't though.. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html