Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ release will remove the deprecated code.

## Ignition Msgs 8.X to 9.X

1. **SuppressWarnings** is deprecated, use ign-utils instead.
1. **SuppressWarnings.hh** is deprecated and isn't part of `msgs.hh` anymore.
Use ign-utils instead.

## Ignition Msgs 8.1 to 8.2

Expand Down
11 changes: 10 additions & 1 deletion include/ignition/msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
ign_install_all_headers(
GENERATED_HEADERS
MessageTypes.hh)
MessageTypes.hh
EXCLUDE_FILES
SuppressWarning.hh
)

install(
FILES
SuppressWarning.hh
DESTINATION ${IGN_INCLUDE_INSTALL_DIR_FULL}/${PROJECT_INCLUDE_DIR}
)