From 347f520b46158724a52a711f21fced0d5248f282 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Thu, 28 Apr 2016 18:44:26 -0700 Subject: [PATCH] use CTest BUILD_TESTING --- rcl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcl/CMakeLists.txt b/rcl/CMakeLists.txt index 482d2e005..8100686b0 100644 --- a/rcl/CMakeLists.txt +++ b/rcl/CMakeLists.txt @@ -69,7 +69,7 @@ ament_export_include_directories(include) ament_export_libraries(${PROJECT_NAME}) -if(AMENT_ENABLE_TESTING) +if(BUILD_TESTING) find_package(ament_lint_auto REQUIRED) ament_lint_auto_find_test_dependencies()