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.

See gazebosim/gz-cmake#166 (comment)

Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Jan 11, 2024
1 parent 012eb59 commit 12fae64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if (BUILD_SDF)
endif()
endif()

gz_configure_build(HIDE_SYMBOLS_BY_DEFAULT QUIT_IF_BUILD_ERRORS)
gz_configure_build(QUIT_IF_BUILD_ERRORS)

gz_create_packages()

Expand Down

0 comments on commit 12fae64

Please sign in to comment.