Skip to content

Commit

Permalink
Use more standard CMake
Browse files Browse the repository at this point in the history
Co-authored-by: Guilhem Saurel <[email protected]>
  • Loading branch information
MaximilienNaveau and nim65s authored Oct 21, 2024
1 parent d12b521 commit 4bd18b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ endif()
install(
TARGETS ${PROJECT_NAME}_conversion
EXPORT export_${PROJECT_NAME}
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
RUNTIME DESTINATION bin
LIBRARY DESTINATION $[CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)
install(FILES package.xml DESTINATION share/${PROJECT_NAME})
install(
Expand Down

0 comments on commit 4bd18b1

Please sign in to comment.