use CTest BUILD_TESTING
This commit is contained in:
parent
7aeb957c2c
commit
347f520b46
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ ament_export_include_directories(include)
|
||||||
|
|
||||||
ament_export_libraries(${PROJECT_NAME})
|
ament_export_libraries(${PROJECT_NAME})
|
||||||
|
|
||||||
if(AMENT_ENABLE_TESTING)
|
if(BUILD_TESTING)
|
||||||
find_package(ament_lint_auto REQUIRED)
|
find_package(ament_lint_auto REQUIRED)
|
||||||
ament_lint_auto_find_test_dependencies()
|
ament_lint_auto_find_test_dependencies()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue