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

0

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?

0
Avatar
Permanently deleted user

That's a shame - it's a nice IDE, but that's a critical feature for me.  Thanks, I've upvoted the issue.

0

请先登录再写评论。