You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be some sort of marker file in the build and devel spaces which prevents mixing the use of catkin_make, catkin_make_isolated, and catkin build on the same folders.
To be clear, it should prevent this:
$ ls
src
$ catkin_make
...
$ ls
src build devel
$ catkin build
Error: build space was created by caktin_make
the usage of these two commands should not be mixed
The text was updated successfully, but these errors were encountered:
There should be some sort of marker file in the build and devel spaces which prevents mixing the use of
catkin_make
,catkin_make_isolated
, andcatkin build
on the same folders.To be clear, it should prevent this:
The text was updated successfully, but these errors were encountered: