Skip to content

Commit

Permalink
CICD: Fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Oct 31, 2023
1 parent 5c4af7f commit ac28f5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/B-luga-graphics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ install(
install(
EXPORT ${PROJECT_NAME}Targets
NAMESPACE ${PROJECT_NAME}::
INCLUDES DESTINATION ${BLUGA_INCLUDE_INSTALL_DIR}
DESTINATION ${BLUGA_INCLUDE_INSTALL_DIR}
)
2 changes: 1 addition & 1 deletion libs/B-luga-physics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ install(
install(
EXPORT ${PROJECT_NAME}Targets
NAMESPACE ${PROJECT_NAME}::
INCLUDES DESTINATION ${BLUGA_INCLUDE_INSTALL_DIR}
DESTINATION ${BLUGA_INCLUDE_INSTALL_DIR}
)
2 changes: 1 addition & 1 deletion libs/B-luga/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ install(
install(
EXPORT ${PROJECT_NAME}Targets
NAMESPACE ${PROJECT_NAME}::
INCLUDES DESTINATION ${BLUGA_INCLUDE_INSTALL_DIR}
DESTINATION ${BLUGA_INCLUDE_INSTALL_DIR}
)

0 comments on commit ac28f5b

Please sign in to comment.