From fbc0480cacb3e33ee3177b73a4603e3c6fc63a4a Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Fri, 12 Jan 2024 15:52:31 +0100 Subject: [PATCH] Remove HIDE_SYMBOLS_BY_DEFAULT: replace by a default configuration in gz-cmake. (#413) 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 a4ec6da4..d50c5c19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,8 +124,7 @@ endif() #============================================================================ # 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