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()