I've been having issues with changing the build directory via CLion. I've tried:
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "bin")
but it does not seem to change and remains the same (/home/adil/.clion10/system/cmake/generated/c05c962b/c05c962b/Debug/Project
).
I have also tried the workaround specified here, but that too does not seem to work.
Does anyone have a solution for this problem?