From 27279affe55f1ff2831f152edb7828a66d8ca57f Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 14 Nov 2023 14:03:53 -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 | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa12b970f..99f0f4e0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,6 +104,7 @@ set(GZ_PHYSICS_ENGINE_INSTALL_DIR # Configure the build #============================================================================ gz_configure_build(QUIT_IF_BUILD_ERRORS + HIDE_SYMBOLS_BY_DEFAULT COMPONENTS sdf heightmap mesh dartsim tpe bullet bullet-featherstone)