Skip to content

Commit

Permalink
Fixed target name omission
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Russell committed Jan 4, 2019
1 parent f4d62af commit d4b914c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set_target_properties(tf2 PROPERTIES
if(BUILD_SHARED_LIBS)
# Though not really used in the code in this project, this is ROS's custom
# define used when building shared libs.
target_compile_definitions(-DROS_BUILD_SHARED_LIBS)
target_compile_definitions(tf2 PUBLIC -DROS_BUILD_SHARED_LIBS)
endif()

if(WIN32)
Expand Down

0 comments on commit d4b914c

Please sign in to comment.