Skip to content

Commit eee0af8

Browse files
authored
Address review feedback from PR 1343 (#1347)
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent ffd7e0d commit eee0af8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/CMakeLists.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if (BUILD_TESTING)
7373
target_sources(library_for_tests PRIVATE ${urdf_internal_sources})
7474
endif()
7575

76-
# Link against the publically and privately linked libraries of the core library
76+
# Link against the publicly and privately linked libraries of the core library
7777
target_link_libraries(library_for_tests
7878
$<TARGET_PROPERTY:${PROJECT_LIBRARY_TARGET_NAME},LINK_LIBRARIES>
7979
)
@@ -99,8 +99,6 @@ if (BUILD_TESTING)
9999
${PROJECT_SOURCE_DIR}/test
100100
LIB_DEPS
101101
library_for_tests
102-
TEST_LIST
103-
test_targets
104102
)
105103

106104
endif()

0 commit comments

Comments
 (0)