[CMake] Recent changes to CMake

Dekeyser, Kris Kris.Dekeyser at lms.be
Tue Jun 7 09:07:55 EDT 2005


> -----Original Message-----
> From: Brad King [mailto:brad.king at kitware.com]
> Sent: Tuesday, June 07, 2005 14:40
> To: klaas.holwerda
> Cc: cmake at www.cmake.org
> Subject: Re: [CMake] Recent changes to CMake
> 
> 
> klaas.holwerda wrote:
> > In fact this is a detail i do not like on Cmake, it still allows to 
> > choose release mode in the project file, but that does not 
> make sence, 
> > it gives errors when wxWidgets is a in debug version.
> > If the user still chooses a relase build while impossble, the build 
> > directly start complaining with an decent error message.
> 
> If you want to remove a configuration from the set of build 
> choices in 
> the generated project files you can do this:
> 
> SET(CMAKE_CONFIGURATION_TYPES "Debug")
> 
> and then only the debug configuration will get generated.
> 
> -Brad

That's correct. But not for VS6.
To do this for VS6, see the Wiki. There is an article dedicated to this toppic. (FAQ 4.7)

> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
> 
+-+-+- Email Confidentiality Footer +-+-+- 
Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not print, retain, copy nor disseminate this message or any part of it to anyone and you should notify the sender by reply email and destroy this message. Neglecting this clause could be a breach of confidence. Please advise immediately if you or your employer does not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that are not related to the official business of my firm shall be understood as neither given nor endorsed by it.


More information about the CMake mailing list