-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
PR #578 broke CMAKE_PREFIX_PATH #583
Comments
👍 Thanks for reporting. I spent a couple of hours on this. Besides a wrong CMAKE_PREFIX_PATH, possibly the same PR influenced very weird handling of env. variables: enclosing env. variables in double quotes. For instance, if I would set in a script export FOO=bar and in CMake use set(foo $ENV{FOO}) cmake would read this as Fortunately, rolling back to an older commit solves the issues. |
Was fixed by #584 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
PR #578 broke CMAKE_PREFIX_PATH. I've narrowed it down to a few lines in a docker container. Without this commit, everything works as expected.
System Info
Build / Run Issue
catkin_make
catkin_make_isolated --merge
catkin build
catkin build -p1
Expected Behavior
Build a normal workspace
Actual Behavior
See the error log below
Steps to Reproduce the Issue
Error log
The text was updated successfully, but these errors were encountered: