mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
fix(examples): Disable hidden CXX_VISIBILITY_PRESET
It was not needed.
This commit is contained in:
parent
894530247f
commit
833c16719f
|
@ -10,7 +10,6 @@ set(target fairmq-ex-custom-controller)
|
|||
add_executable(${target} main.cxx)
|
||||
target_link_libraries(${target} PRIVATE FairMQ)
|
||||
set_target_properties(${target} PROPERTIES
|
||||
CXX_VISIBILITY_PRESET hidden
|
||||
ENABLE_EXPORTS ON
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user