Skip to content

Commit

Permalink
Build plugins as MODULE in macos
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Oct 27, 2021
1 parent 8fc98aa commit ac5712f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scenario/src/plugins/ControllerRunner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ target_include_directories(ControllersFactory PRIVATE
# ControllerRunner
# ================

add_library(ControllerRunner SHARED
add_library(ControllerRunner MODULE
ControllerRunner.h
ControllerRunner.cpp)

Expand Down
2 changes: 1 addition & 1 deletion scenario/src/plugins/JointController/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# JointController
# ===============

add_library(JointController SHARED
add_library(JointController MODULE
JointController.h
JointController.cpp)

Expand Down
2 changes: 1 addition & 1 deletion scenario/src/plugins/Physics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# PhysicsSystem
# =============

add_library(PhysicsSystem SHARED
add_library(PhysicsSystem MODULE
Physics.hh
EntityFeatureMap.hh
CanonicalLinkModelTracker.hh
Expand Down

0 comments on commit ac5712f

Please sign in to comment.