diff --git a/CMakeLists.txt b/CMakeLists.txt index 27023d35af..ac957230b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,8 +235,7 @@ set(GZ_SIM_GUI_PLUGIN_INSTALL_DIR #============================================================================ # Configure the build #============================================================================ -gz_configure_build(QUIT_IF_BUILD_ERRORS - HIDE_SYMBOLS_BY_DEFAULT) +gz_configure_build(QUIT_IF_BUILD_ERRORS) add_subdirectory(examples)