12-28-2013, 07:26 AM
I don't like out-of-source builds, I like my projects not to pollute the filesystem anywhere other than their folder. But perhaps cmake works differently and you need some special command to generate release builds? It generates VS projects okay, with both Release and Debug configurations. I'd expect that you'd need to issue a "make release" command in order to build the release version, and that it would put the object files and everything into a different folder. It does so for MSVC.