Setting CMAKE output directory
I must be missing something obvious here as this must be really simple to do.
I've tried changing the setting in "Build, Execution, Deployment" -> Build / Build output path and I've also tried putting set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ...) in the CMake file.
Neither of them change the behaviour during a build - it uses some randomly-generated build folder. How can I make it use a specific folder for the build directory?
Iain
Please sign in to leave a comment.
Hi Iain.
Currently it is not possible to override the CMake output directory. We have the issue in our tracker. Feel free to comment or upvote.
Will changing IDE's system path be a suitable workaround for you?
That's a shame - it's a nice IDE, but that's a critical feature for me. Thanks, I've upvoted the issue.