SFML community forums

Help => General => Topic started by: M3thusalem on May 02, 2014, 01:48:59 am

Title: CMake only generates Debug using VS2013
Post by: M3thusalem on May 02, 2014, 01:48:59 am
Hey,

I searched for this and didn't come up with anything, sorry to bother you guys but I can't seem to figure this out:


I'm trying to compile SFML 2.1 using VS12 as generator.  In the CMake GUI I have CMAKE_BUILD_TYPE set to Release, though according to the tutorial that shouldn't matter.

However, when generating, I only see a "lib/Debug", not a "lib/Release"in the build folder, and after compiling, I only get the debug libs.

Any idea what could be the cause of this? 

Thank you!
Title: Re: CMake only generates Debug using VS2013
Post by: zsbzsb on May 02, 2014, 03:39:20 am
Change the build configuration inside VS from Debug to Release and then build.  ;)
Title: Re: CMake only generates Debug using VS2013
Post by: M3thusalem on May 02, 2014, 03:45:51 am
I am not a smart man.