Skip to content

Commit

Permalink
Fixing raft headers dir (#574)
Browse files Browse the repository at this point in the history
Authors:
  - Corey J. Nolet (https://github.com/cjnolet)

Approvers:
  - Divye Gala (https://github.com/divyegala)
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: #574
  • Loading branch information
cjnolet authored Mar 22, 2022
1 parent c333848 commit 6e552ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e552ec

Please sign in to comment.