From 513c4e234ffcb8abcf7991a0c6781b635f25d843 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Mon, 6 Nov 2023 19:05:51 +0100 Subject: [PATCH] Enable HIDE_SYMBOLS_BY_DEFAULT Signed-off-by: Jose Luis Rivero --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 271a48e..21dec33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,6 +41,7 @@ endif() # Configure the build #============================================================================ gz_configure_build(QUIT_IF_BUILD_ERRORS + HIDE_SYMBOLS_BY_DEFAULT COMPONENTS cli) #============================================================================