Skip to content

Commit

Permalink
[cmake] fix repeated folder in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge committed Jan 6, 2023
1 parent 2e48e9c commit 16c9b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ install(
TARGETS kalman
EXPORT kalmanTargets
FILE_SET "kalman_headers"
DESTINATION "include/fcarouge")
DESTINATION "include/fcarouge") # /usr/local/include/fcarouge/fcarouge/kalman.hpp
install(
EXPORT kalmanTargets
NAMESPACE kalman::
Expand Down

0 comments on commit 16c9b34

Please sign in to comment.