From fb734d4171308e7c431bf2e82b1143dbe3f64aa6 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Thu, 11 Jan 2024 17:51:12 +0100 Subject: [PATCH] Remove HIDE_SYMBOLS_BY_DEFAULT: replace by a default configuration in gz-cmake. 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 b860f26f..d9f86125 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,8 +75,7 @@ set (GZ_TOOLS_VER 2) #============================================================================ # Configure the build #============================================================================ -gz_configure_build(QUIT_IF_BUILD_ERRORS - HIDE_SYMBOLS_BY_DEFAULT) +gz_configure_build(QUIT_IF_BUILD_ERRORS) #============================================================================ # gz command line support