From 174f973c0b74ebc1404a3f2f65f95b35e22aaa29 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Thu, 11 Jan 2024 19:30:57 +0100 Subject: [PATCH] Remove HIDE_SYMBOLS_BY_DEFAULT: replace by a default configuration in gz-cmake. See https://github.com/gazebosim/gz-cmake/issues/166#issuecomment-1887521423 Signed-off-by: Jose Luis Rivero --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 58b97a12..4c82c166 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,8 +97,7 @@ find_package(Eigen3 REQUIRED) #============================================================================ # Configure the build #============================================================================ -gz_configure_build(QUIT_IF_BUILD_ERRORS - HIDE_SYMBOLS_BY_DEFAULT) +gz_configure_build(QUIT_IF_BUILD_ERRORS) #============================================================================ # Create package information