Skip to content

Commit

Permalink
Removed if(BUILD_TESTING) from CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokaz committed Oct 9, 2023
1 parent da33d52 commit 28607be
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions asv_setup/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@ find_package(ament_cmake REQUIRED)
# further dependencies manually.
# find_package(<dependency> REQUIRED)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
# the following line skips the linter which checks for copyrights
# comment the line when a copyright and license is added to all source files
set(ament_cmake_copyright_FOUND TRUE)
# the following line skips cpplint (only works in a git repo)
# comment the line when this package is in a git repo and when
# a copyright and license is added to all source files
set(ament_cmake_cpplint_FOUND TRUE)
ament_lint_auto_find_test_dependencies()
endif()

# Install launch files.
install(DIRECTORY
launch
Expand Down

0 comments on commit 28607be

Please sign in to comment.