Skip to content

Commit

Permalink
[cmake] fix repeated folder in installation (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge committed Jan 7, 2023
1 parent fc7ef4c commit 380e348
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")
install(
EXPORT kalmanTargets
NAMESPACE kalman::
Expand Down

0 comments on commit 380e348

Please sign in to comment.