fix(examples): Disable hidden CXX_VISIBILITY_PRESET

It was not needed.
This commit is contained in:
Alexey Rybalchenko 2022-08-24 20:05:56 +02:00
parent 126475e7d2
commit 64a09dd991

View File

@ -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
)