Skip to content

Commit

Permalink
Remove multiplatform and windows default cmake args (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 authored Feb 26, 2024
1 parent b8277cd commit a1b1ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multiplatform/colcon_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inputs:
cmake_args_default:
description: Default CMake arguments
required: false
default: '-DCMAKE_CXX_FLAGS="-Werror -Wall"'
default: ''

cmake_build_type:
description: Set the cmake build type
Expand Down
2 changes: 1 addition & 1 deletion windows/colcon_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inputs:
cmake_args_default:
description: Default CMake arguments
required: false
default: '/Werror'
default: ''

cmake_build_type:
description: Set the cmake build type
Expand Down

0 comments on commit a1b1ed8

Please sign in to comment.