Skip to content

Commit

Permalink
fix isolated build
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyen authored Sep 20, 2020
1 parent 68162e6 commit f00ea1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ generate_export_header(gridfastslam
EXPORT_FILE_NAME ${EXPORT_HEADER_DIR}/gmapping/gridfastslam/gridfastslam_export.h)

install(DIRECTORY
${EXPORT_HEADER_DIR}
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})
${EXPORT_HEADER_DIR}/
DESTINATION ${CATKIN_GLOBAL_INCLUDE_DESTINATION})

#############
## Testing ##
Expand Down

0 comments on commit f00ea1f

Please sign in to comment.