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