From f18d2bac78951a2da10702ec576c8b68da6f868d Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Mon, 6 Nov 2023 19:15:36 +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 7f79a98e..26ebe187 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -132,6 +132,7 @@ configure_file("${PROJECT_SOURCE_DIR}/cppcheck.suppress.in" ${PROJECT_BINARY_DIR}/cppcheck.suppress) gz_configure_build(QUIT_IF_BUILD_ERRORS + HIDE_SYMBOLS_BY_DEFAULT COMPONENTS av events geospatial graphics io profiler testing) #============================================================================