Skip to content

Commit 3fde10c

Browse files
authored
Remove HIDE_SYMBOLS_BY_DEFAULT: replace by a default configuration in gz-cmake. (#399)
See gazebosim/gz-cmake#166 (comment) Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
1 parent 27c5be1 commit 3fde10c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ set (GZ_TOOLS_VER 2)
7575
#============================================================================
7676
# Configure the build
7777
#============================================================================
78-
gz_configure_build(QUIT_IF_BUILD_ERRORS
79-
HIDE_SYMBOLS_BY_DEFAULT)
78+
gz_configure_build(QUIT_IF_BUILD_ERRORS)
8079

8180
#============================================================================
8281
# gz command line support

0 commit comments

Comments
 (0)