Skip to content
Snippets Groups Projects
Commit cbde2bd7 authored by Carl Delsey's avatar Carl Delsey Committed by bpwilcox
Browse files

Update nav2_common/cmake/nav2_package.cmake


Co-Authored-By: default avatarbpwilcox <bpwilcox@eng.ucsd.edu>
parent 453cc146
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ macro(nav2_package)
endif()
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic -fPIC)
add_compile_options(-Wall -Wextra -Wpedantic -Werror -Wno-deprecated-declarations -fPIC)
endif()
option(COVERAGE_ENABLED "Enable code coverage" FALSE)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment