From 68260f47feaba021c3bc59b789038ebf3a2a6bb6 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 13 Nov 2023 10:08:01 -0800 Subject: [PATCH] Use HIDE_SYMBOLS_BY_DEFAULT Part of testing gazebosim/gz-cmake#392. Signed-off-by: Steve Peters Signed-off-by: Steve Peters --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d9f86125..b860f26f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,8 @@ set (GZ_TOOLS_VER 2) #============================================================================ # Configure the build #============================================================================ -gz_configure_build(QUIT_IF_BUILD_ERRORS) +gz_configure_build(QUIT_IF_BUILD_ERRORS + HIDE_SYMBOLS_BY_DEFAULT) #============================================================================ # gz command line support