diff --git a/examples/custom-controller/CMakeLists.txt b/examples/custom-controller/CMakeLists.txt index 50d4e856..94fc93b0 100644 --- a/examples/custom-controller/CMakeLists.txt +++ b/examples/custom-controller/CMakeLists.txt @@ -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 )