From 6e552ec390995e0ae84648b45e66ffd75f5c43c4 Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Mon, 21 Mar 2022 23:28:43 -0400 Subject: [PATCH] Fixing raft headers dir (#574) Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Divye Gala (https://github.com/divyegala) - Dante Gama Dessavre (https://github.com/dantegd) URL: https://github.com/rapidsai/raft/pull/574 --- cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 515fd60a39..4fe2a17d3d 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -310,7 +310,7 @@ endif() install(DIRECTORY include/raft - DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/raft) + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) # Temporary install of raft.hpp while the file is removed install(FILES include/raft.hpp