From c158287d6f8556112d86d6e4188c39784364bd40 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Fri, 12 Jan 2024 15:49:46 +0100 Subject: [PATCH] Remove HIDE_SYMBOLS_BY_DEFAULT: replace by a default configuration in gz-cmake. (#2283) See https://github.com/gazebosim/gz-cmake/issues/166#issuecomment-1887521423 Signed-off-by: Jose Luis Rivero --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 27023d35af..ac957230b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,8 +235,7 @@ set(GZ_SIM_GUI_PLUGIN_INSTALL_DIR #============================================================================ # Configure the build #============================================================================ -gz_configure_build(QUIT_IF_BUILD_ERRORS - HIDE_SYMBOLS_BY_DEFAULT) +gz_configure_build(QUIT_IF_BUILD_ERRORS) add_subdirectory(examples)