Skip to content

Commit

Permalink
Merge branch 'dashing' into dashing-train-nopid
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlz authored Jul 17, 2019
2 parents 464b82f + 723b525 commit eca70f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mara_contact_publisher/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif()
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
# we dont use add_compile_options with pedantic in message packages
# because the Python C extensions dont comply with it
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wpedantic -fpermissive")
add_compile_options(-Wall -Wextra -Wpedantic -fpermissive)
endif()

find_package(ament_cmake REQUIRED)
Expand Down

0 comments on commit eca70f6

Please sign in to comment.