diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index ab52b766e2..fcdba2da16 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -143,7 +143,6 @@ rapids_cpm_init() include(cmake/thirdparty/get_thrust.cmake) include(cmake/thirdparty/get_rmm.cmake) include(cmake/thirdparty/get_cuco.cmake) -include(cmake/thirdparty/get_libcudacxx.cmake) include(cmake/thirdparty/get_faiss.cmake) include(cmake/thirdparty/get_mdspan.cmake) diff --git a/cpp/cmake/thirdparty/get_libcudacxx.cmake b/cpp/cmake/thirdparty/get_libcudacxx.cmake deleted file mode 100644 index 92d8e57de9..0000000000 --- a/cpp/cmake/thirdparty/get_libcudacxx.cmake +++ /dev/null @@ -1,26 +0,0 @@ -# ============================================================================= -# Copyright (c) 2020-2022, NVIDIA CORPORATION. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. See the License for the specific language governing permissions and limitations under -# the License. -# ============================================================================= - -# This function finds libcudacxx and sets any additional necessary environment variables. -function(find_and_configure_libcudacxx) - - include(${rapids-cmake-dir}/cpm/libcudacxx.cmake) - - rapids_cpm_libcudacxx(BUILD_EXPORT_SET raft-exports - INSTALL_EXPORT_SET raft-exports) -endfunction() - -if(RAFT_ENABLE_cuco_DEPENDENCY) - find_and_configure_libcudacxx() -endif() \ No newline at end of file