Skip to content

Commit 831a13e

Browse files
committed
Fix install directory of the export.h file
1 parent fd81e43 commit 831a13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fcl/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ configure_file(${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}_export.h
1010
COPYONLY)
1111
file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}_export.h)
1212
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/export.h
13-
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
13+
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/fcl)
1414

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

0 commit comments

Comments
 (0)