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]>

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Nov 13, 2023
1 parent cf8f9b7 commit 68260f4
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 @@ -75,7 +75,8 @@ set (GZ_TOOLS_VER 2)
#============================================================================
# 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 68260f4

Please sign in to comment.