From eee0af8d01d52c9a3cd59f5f7af19112ed2afeb2 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Mon, 27 Nov 2023 15:11:31 -0600 Subject: [PATCH] Address review feedback from PR 1343 (#1347) Signed-off-by: Addisu Z. Taddese --- src/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 522ae477d..8a796c9ad 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 $ ) @@ -99,8 +99,6 @@ if (BUILD_TESTING) ${PROJECT_SOURCE_DIR}/test LIB_DEPS library_for_tests - TEST_LIST - test_targets ) endif()