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!