Skip to content

Commit

Permalink
Modify building library flag in params
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Aug 13, 2021
1 parent 126a762 commit e5bb567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclc_parameter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ament_target_dependencies(${PROJECT_NAME}
# Causes the visibility macros to use dllexport rather than dllimport,
# which is appropriate when building the dll but not consuming it.
target_compile_definitions(${PROJECT_NAME}
PRIVATE "RCLC_BUILDING_LIBRARY")
PRIVATE "RCLC_PARAMETER_BUILDING_LIBRARY")

install(
TARGETS ${PROJECT_NAME} EXPORT ${PROJECT_NAME}
Expand Down

0 comments on commit e5bb567

Please sign in to comment.