From e45413b06320641c4cfc26f970c4bdccbffe90a6 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Thu, 12 May 2022 15:54:01 -0700 Subject: [PATCH] Test commit. --- rapids-cmake/cython/create_modules.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids-cmake/cython/create_modules.cmake b/rapids-cmake/cython/create_modules.cmake index 3b97bc0d7..8df563e41 100644 --- a/rapids-cmake/cython/create_modules.cmake +++ b/rapids-cmake/cython/create_modules.cmake @@ -105,7 +105,7 @@ function(rapids_cython_create_modules) install(TARGETS ${cython_module} DESTINATION ${RAPIDS_CYTHON_INSTALL_DIR}) # Default the INSTALL_RPATH for all modules to $ORIGIN. - set_target_properties(${cython_module} PROPERTIES INSTALL_RPATH "\$ORIGIN") + #set_target_properties(${cython_module} PROPERTIES INSTALL_RPATH "\$ORIGIN") list(APPEND CREATED_TARGETS "${cython_module}") endforeach()