From 50cf1b2d915cd34024a94664dab1acc095eb0a6c Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Mon, 21 Mar 2022 22:43:56 -0400 Subject: [PATCH] Fixing raft headers dir --- 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