ros / dynamic_reconfigure

BSD 3-Clause "New" or "Revised" License
48 stars 111 forks source link

Fix how generated headers are added to the include search path #173

Open poggenhans opened 3 years ago

poggenhans commented 3 years ago

The include_directories command is used incorrectly. The BEFORE has to go before the SYSTEM: https://cmake.org/cmake/help/latest/command/include_directories.html.

With the current implementation, the the actual directory and a non-existing directory BEFORE are instead added to the end.