We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43234d commit 5671ce2Copy full SHA for 5671ce2
1 file changed
cpp/cmake/thirdparty/get_rtcx.cmake
@@ -19,8 +19,8 @@ function(find_and_configure_rtcx VERSION)
19
rapids_cpm_find(
20
rtcx ${VERSION}
21
GLOBAL_TARGETS rtcx::rtcx
22
- BUILD_EXPORT_SET cuvs-exports
23
- INSTALL_EXPORT_SET cuvs-exports
+ BUILD_EXPORT_SET cuvs-static-exports
+ INSTALL_EXPORT_SET cuvs-static-exports
24
CPM_ARGS
25
GIT_REPOSITORY https://github.com/arhag23/librtcx.git
26
GIT_TAG f16b49686142df40c809d0be3f46df0040e04a5f
0 commit comments