From a2bb9cdc82aa6e2c8ceb3bbac611cdd8faa96ede Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Tue, 31 Aug 2021 09:41:55 -0400 Subject: [PATCH] Import rapids-cmake modules using the correct cmake variable. --- cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 18af85c98e0..6e80d0b32fc 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -618,7 +618,7 @@ if(CUDF_BUILD_BENCHMARKS) "BENCHMARK_ENABLE_INSTALL OFF") # Find or install NVBench - include(${rapids-cmake}/cpm/nvbench.cmake) + include(${rapids-cmake-dir}/cpm/nvbench.cmake) rapids_cpm_nvbench() add_subdirectory(benchmarks) endif()