Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: CMake only generates Debug using VS2013  (Read 992 times)

0 Members and 1 Guest are viewing this topic.

M3thusalem

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
CMake only generates Debug using VS2013
« 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!

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: CMake only generates Debug using VS2013
« Reply #1 on: May 02, 2014, 03:39:20 am »
Change the build configuration inside VS from Debug to Release and then build.  ;)
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

M3thusalem

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: CMake only generates Debug using VS2013
« Reply #2 on: May 02, 2014, 03:45:51 am »
I am not a smart man.

 

anything