Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove CMAKE_MODULE_PATH from list of "forbidden" variables #951

Merged
merged 1 commit into from
Aug 3, 2018

Conversation

dirk-thomas
Copy link
Member

Fixes #950.

@dirk-thomas dirk-thomas merged commit 964f1bf into kinetic-devel Aug 3, 2018
@dirk-thomas dirk-thomas deleted the remove_CMAKE_MODULE_PATH_forbidden branch August 3, 2018 20:20
zultron added a commit to zultron/catkin_lint that referenced this pull request Aug 3, 2018
In ros/catkin#951, `CMAKE_MODULE_PATH` was removed from the CMake
coding standards documentation "Forbidden variables" list.

This patch mirrors that change in `catkin lint`.  The variable is
removed from `critical_vars` and the corresponding tests.

Fixes fkie#55.
zultron added a commit to zultron/catkin_lint that referenced this pull request Aug 3, 2018
In ros/catkin#951, `CMAKE_MODULE_PATH` was removed from the CMake
coding standards documentation "Forbidden variables" list.

This patch mirrors that change in `catkin lint`.  The variable is
removed from `critical_vars` and the corresponding tests.

Fixes fkie#55.
roehling pushed a commit to fkie/catkin_lint that referenced this pull request Aug 6, 2018
* Remove `CMAKE_MODULE_PATH` from critical variables list

In ros/catkin#951, `CMAKE_MODULE_PATH` was removed from the CMake
coding standards documentation "Forbidden variables" list.

This patch mirrors that change in `catkin lint`.  The variable is
removed from `critical_vars` and the corresponding tests.

Fixes #55.

* Add code coverage for `LENGTH`, `APPEND` in list handling

The former `CMAKE_MODULE_PATH` critical variable was the only thing
testing `LENGTH`; removing that decreased code coverage.

This adds the tests back, but applied to the similar `CMAKE_PREFIX_PATH`
variable instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants