Skip to content

Commit

Permalink
Use HIDE_SYMBOLS_BY_DEFAULT
Browse files Browse the repository at this point in the history
Part of testing gazebosim/gz-cmake#392.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Nov 8, 2023
1 parent 03cacdb commit 832e89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ endif()
#============================================================================
# Configure the build
#============================================================================
gz_configure_build(QUIT_IF_BUILD_ERRORS)
gz_configure_build(QUIT_IF_BUILD_ERRORS
HIDE_SYMBOLS_BY_DEFAULT)

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

0 comments on commit 832e89b

Please sign in to comment.