delete run configs #646
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "mueller/del-cmake-run-cfgs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
These run configs become annoying as soon as the FSFW is added somewhere as a submodule. CLion will then always overwrite the
PROJECT_NAME
tag, marking the run config as changed.Do I understand that correctly that cmake touches the files in .run on its own? Or is there some corresponding code in a CmakeLists.txt file which should be adapted as well?
No, CLion touches these .run files, was a typo
ah, ok.