Merge pull request #215 from ros2/ctest_build_testing
use CTest BUILD_TESTING
This commit is contained in:
commit
0a9f2e26a2
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue