Skip to content

Commit

Permalink
Remove custom logic to skip configuration of gripper_controllers on W…
Browse files Browse the repository at this point in the history
…indows or macOS (#1471)

Co-authored-by: Sai Kishor Kothakota <[email protected]>
  • Loading branch information
traversaro and saikishor authored Jan 5, 2025
1 parent ad7739f commit d86b9d7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gripper_controllers/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
cmake_minimum_required(VERSION 3.16)
project(gripper_controllers)

if(APPLE OR WIN32)
message(WARNING "gripper controllers are not available on OSX or Windows")
return()
endif()
# using this instead of visibility macros
# S1 from https://github.com/ros-controls/ros2_controllers/issues/1053
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)

if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
add_compile_options(-Wall -Wextra -Wpedantic -Werror=conversion -Werror=unused-but-set-variable
Expand Down

0 comments on commit d86b9d7

Please sign in to comment.