From 994e45adcdd81f26c9630df92554e378a5491e3d Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Thu, 11 Jan 2024 19:31:04 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 560d828..87e8242 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,6 @@ set(GZ_UTILS_VER ${gz-utils3_VERSION_MAJOR}) # Configure the build #============================================================================ gz_configure_build(QUIT_IF_BUILD_ERRORS - HIDE_SYMBOLS_BY_DEFAULT COMPONENTS loader register)