We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd7e0d commit eee0af8Copy full SHA for eee0af8
src/CMakeLists.txt
@@ -73,7 +73,7 @@ if (BUILD_TESTING)
73
target_sources(library_for_tests PRIVATE ${urdf_internal_sources})
74
endif()
75
76
- # Link against the publically and privately linked libraries of the core library
+ # Link against the publicly and privately linked libraries of the core library
77
target_link_libraries(library_for_tests
78
$<TARGET_PROPERTY:${PROJECT_LIBRARY_TARGET_NAME},LINK_LIBRARIES>
79
)
@@ -99,8 +99,6 @@ if (BUILD_TESTING)
99
${PROJECT_SOURCE_DIR}/test
100
LIB_DEPS
101
library_for_tests
102
- TEST_LIST
103
- test_targets
104
105
106
0 commit comments