Skip to content

Commit

Permalink
Enable the HIDE_SYMBOLS_BY_DEFAULT
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Nov 6, 2023
1 parent b8d822e commit 1fc058a
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 @@ -97,7 +97,8 @@ find_package(Eigen3 REQUIRED)
#============================================================================
# Configure the build
#============================================================================
gz_configure_build(QUIT_IF_BUILD_ERRORS)
gz_configure_build(QUIT_IF_BUILD_ERRORS
HIDE_SYMBOLS_BY_DEFAULT)

#============================================================================
# Create package information
Expand Down

0 comments on commit 1fc058a

Please sign in to comment.