How can I stop clion overriding the existing makef...
# intellij
j
How can I stop clion overriding the existing makefile with the cmake generated file
r
Are you sure this is possible? CMake is still the only supported build system (https://youtrack.jetbrains.com/issue/CPP-274).
j
No you didn't read my question properly. We have a pre existing make file, when cmake is invoked it overwrites the make file. How do I stop this