Closed scpeters closed 2 years ago
In the other libs I'd add a line to https://github.com/gazebosim/gz-msgs/blob/8e10c8d39073a9180492c9a261a3b3d304a9491f/test/CMakeLists.txt#L7 to also configure a gz version of the test_config file.
Let's do that instead?
Correction: The redirection target was removed as of https://github.com/gazebosim/gz-msgs/commit/7cf04fc6594634b3262a54c164fcb357756821e2 , so the current test_config redirection header leads nowhere.
Furthermore, since the prefix was removed in the above commit, there is no need for a redirection header in the first place.
For both of those reasons, let's remove the test_config redirection header.
ignition/msgs/test_config.h
removed in #303
Environment
Description
The include/ignition/msgs/test_config.h header file was added in https://github.com/gazebosim/gz-msgs/pull/249, but it redirects to a non-existent header file. I'm guessing that this redirection header should not have been added in the first place?
Steps to reproduce
gz-msgs9
(such as https://github.com/gazebosim/gz-msgs/pull/301)Output