How to change CMAKE_PREFIX_PATH
Hellow,
I created a catkinworkspace that I moved somewhere else now and each time I restart my computer I have old directories path in the CMAKEPREFIX_PATH environment variable. Is there a way to change that other than define it in the .bashrc ?
My catkinws was in `/home/ros/catkinwsand it's now in
/home/ros/groovyws/catkinws. But CMAKE_PREFIX_PATH still have path with
/home/ros/catkinwsin and no
/home/ros/groovyws/catkinws`. I just want to know where and when is that variable defined and how to change other the bashrc so I don't have change my bashrc each time I create a catkinmake_isolated for example.
Thanks a lot !
Asked by Maya on 2014-04-21 20:07:51 UTC
Comments