From 5827450ef3f3a7e668e13457f76ad8cc8f5f88ec Mon Sep 17 00:00:00 2001 From: Rhys Mainwaring Date: Wed, 8 Nov 2023 10:28:23 +0000 Subject: [PATCH] ros2: remove commented code from test cmake file Signed-off-by: Rhys Mainwaring --- test/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index eaea08e..4c78dd1 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -7,6 +7,4 @@ ament_add_gtest(${PROJECT_NAME}-test target_link_libraries(${PROJECT_NAME}-test ${PROJECT_NAME} - # ${YAML_CPP_LIBRARIES} - # ${GDAL_LIBRARY} )