From c7035e5720c6ff502ea7aefdcf58144041544cd0 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Thu, 11 Jan 2024 22:39:46 +0100 Subject: [PATCH] Remove HIDE_SYMBOLS_BY_DEFAULT: replace by a default configuration in gz-cmake. (#588) See https://github.com/gazebosim/gz-cmake/issues/166#issuecomment-1887521423 Signed-off-by: Jose Luis Rivero --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 99f0f4e0a..fa12b970f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,7 +104,6 @@ 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)