From fe1e4da098f3420751ad626acc77a7643788be7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20R=C3=B6hling?= Date: Fri, 20 Sep 2024 13:44:27 +0200 Subject: [PATCH] Update documentation for diagnostics --- gh-pages/docs/messages.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gh-pages/docs/messages.md b/gh-pages/docs/messages.md index b304105..e3e8f28 100644 --- a/gh-pages/docs/messages.md +++ b/gh-pages/docs/messages.md @@ -159,6 +159,12 @@ the parser to ignore all remaining commands in the block until the `else()`, `en - **Severity**: error - **Explanation**: In order to export a system package as dependency, you must either call find_package(pkg) first or initialize the pkg_INCLUDE_DIRS and pkg_LIBRARIES variables manually. +## catkin_package() exports build include path + +- **ID**: build_include_path +- **Severity**: error +- **Explanation**: You listed a build path below ${CMAKE_BINARY_DIR} in the INCLUDE_DIRS stanza of your catkin_package() call. These paths are only available for develspace builds and will be missing for installed packages. + ## catkin_package() exports non-package include path - **ID**: external_include_path