Skip to content

Commit

Permalink
Remove HIDE_SYMBOLS_BY_DEFAULT: replace by a default configuration in…
Browse files Browse the repository at this point in the history
… gz-cmake. (#605)

See gazebosim/gz-cmake#166 (comment)

Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero authored Jan 12, 2024
1 parent 69275bc commit 32773d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ set(GZ_GUI_PLUGIN_INSTALL_DIR
#============================================================================
# Configure the build
#============================================================================
gz_configure_build(QUIT_IF_BUILD_ERRORS
HIDE_SYMBOLS_BY_DEFAULT)
gz_configure_build(QUIT_IF_BUILD_ERRORS)

#============================================================================
# gz command line support
Expand Down

0 comments on commit 32773d6

Please sign in to comment.