Skip to content

Commit

Permalink
Use HIDE_SYMBOLS_BY_DEFAULT (#941)
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 authored Nov 13, 2023
1 parent b85da78 commit 122bea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ configure_file("${PROJECT_SOURCE_DIR}/cppcheck.suppress.in"
${PROJECT_BINARY_DIR}/cppcheck.suppress)

gz_configure_build(QUIT_IF_BUILD_ERRORS
HIDE_SYMBOLS_BY_DEFAULT
COMPONENTS ${RENDERING_COMPONENTS})

if (GZ_RENDERING_HAVE_OGRE2)
Expand Down

0 comments on commit 122bea1

Please sign in to comment.