Skip to content

Commit

Permalink
Address review feedback from PR 1343 (#1347)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Nov 27, 2023
1 parent ffd7e0d commit eee0af8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if (BUILD_TESTING)
target_sources(library_for_tests PRIVATE ${urdf_internal_sources})
endif()

# Link against the publically and privately linked libraries of the core library
# Link against the publicly and privately linked libraries of the core library
target_link_libraries(library_for_tests
$<TARGET_PROPERTY:${PROJECT_LIBRARY_TARGET_NAME},LINK_LIBRARIES>
)
Expand All @@ -99,8 +99,6 @@ if (BUILD_TESTING)
${PROJECT_SOURCE_DIR}/test
LIB_DEPS
library_for_tests
TEST_LIST
test_targets
)

endif()
Expand Down

0 comments on commit eee0af8

Please sign in to comment.