Skip to content

Commit

Permalink
Fix install directory of the export.h file
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero committed Nov 16, 2017
1 parent fd81e43 commit 831a13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fcl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configure_file(${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}_export.h
COPYONLY)
file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}_export.h)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/export.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/fcl)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/config.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/fcl)
Expand Down

0 comments on commit 831a13e

Please sign in to comment.