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

1003 autoware 编译错误之CMAKE_PREFIX_PATH #19

Open
zymouse opened this issue Sep 2, 2021 · 0 comments
Open

1003 autoware 编译错误之CMAKE_PREFIX_PATH #19

zymouse opened this issue Sep 2, 2021 · 0 comments

Comments

@zymouse
Copy link
Owner

zymouse commented Sep 2, 2021

1.0 错误源码:

WARNING:colcon.colcon_ros.prefix_path.catkin:The path 'xxx' in the environment variable CMAKE_PREFIX_PATH doesn't exist

image

2.0 解决办法

连接:https://blog.csdn.net/u011888840/article/details/107818360

# 删除编译警告提示的环境变量,然后根据自己删除的包删除对应的路径后再赋值回去
# 查看环境变量
$ printenv  CMAKE_PREFIX_PATH
# 修改环境变量
$ export CMAKE_PREFIX_PATH=xxx

image

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

No branches or pull requests

1 participant