From 321508add331ca2f6218b49d5dc92c6fa86a7f0c Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Fri, 10 Nov 2023 17:14:48 +0100 Subject: [PATCH] Use HIDE_SYMBOLS_BY_DEFAULT Signed-off-by: Jose Luis Rivero --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95facaa..aaa3934 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,8 @@ add_subdirectory(etc) #============================================================================ # Configure the build #============================================================================ -gz_configure_build(QUIT_IF_BUILD_ERRORS) +gz_configure_build(QUIT_IF_BUILD_ERRORS + HIDE_SYMBOLS_BY_DEFAULT) #============================================================================ # Create package information