From 833c16719f243b5a82f31fca4a01c4f844ad4f2a Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Wed, 24 Aug 2022 20:05:56 +0200 Subject: [PATCH] fix(examples): Disable hidden CXX_VISIBILITY_PRESET It was not needed. --- examples/custom-controller/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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 )