How do I suppress Xcode from generating a folder named after the build
configuration in cmake?
I have a cmake configuration that works great for my project on Windows
and Linux. We're tinkering with MacOS right now and we're at the point
where Xcode spits out the libraries built one directory off from what we
define. Instead of it being dropped in ~/bin it is dropped in ~/bin/Debug,
for example. As best I can tell Xcode is taking upon itself to add this
folder to the path and I don't want that.
How can I disable Xcode from doing this from within my cmake configuration?
No comments:
Post a Comment