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. (#2283)

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 451dcf3 commit c158287
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 @@ -235,8 +235,7 @@ set(GZ_SIM_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)

add_subdirectory(examples)

Expand Down

0 comments on commit c158287

Please sign in to comment.