mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +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)
|
add_executable(${target} main.cxx)
|
||||||
target_link_libraries(${target} PRIVATE FairMQ)
|
target_link_libraries(${target} PRIVATE FairMQ)
|
||||||
set_target_properties(${target} PROPERTIES
|
set_target_properties(${target} PROPERTIES
|
||||||
CXX_VISIBILITY_PRESET hidden
|
|
||||||
ENABLE_EXPORTS ON
|
ENABLE_EXPORTS ON
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user