From 0e9042e10823e271279433819698096b97a57e96 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Thu, 11 Jan 2024 19:30:50 +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 7835e8459..6d3b1cb5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -214,7 +214,6 @@ 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 ${RENDERING_COMPONENTS}) if (GZ_RENDERING_HAVE_OGRE2)