[CMake] Configuration specific COMPILE_FLAGS?

Micha Hergarden micha.hergarden at gmail.com
Fri Oct 11 01:34:01 EDT 2013


On 10/10/2013 09:19 PM, Giordano Khouri wrote:
>
> I'm surprised to see that there's no configuration specific
> COMPILE_FLAGS. Please correct me if I'm wrong.
>
>
>
> 	
> *Khouri Giordano*
> Software Technology Researcher
> Nikon Inc.
> 1300 Walt Whitman Road
> Melville NY 11747-3064
>
> Office: 631-547-4335 	Fax: 631-547-0361
>
> 	
> kgiordano at nikon.net <mailto:kgiordano at nikon.net> 	
>
>  
>
> www.nikonusa.com
>
> 	 
>
>  
>
>
>
> <http://www.nikonusa.com/en/Nikon-Products/Product/Nikon1/V27669.27669/Nikon-1-AW1.html?cid=eml-0913-n1aw1-signature>
>
> _CONFIDENTIAL:_
> This e-mail including any attachments is intended only for the party
> or parties to whom it is addressed and may contain information which
> is privileged and/or confidential. If you are not the intended
> recipient, you are hereby notified that any use, disclosure,
> dissemination, distribution, copying, or printing of any information
> contained in or attached to this e-mail is STRICTLY PROHIBITED and may
> constitute a breach of confidentiality and/or privilege. If you have
> received this e-mail in error, please notify immediately the sender by
> reply e-mail and then delete this e-mail and any attachments in their
> entirety from your system. Thank you. This e-mail message including
> any attachments is believed to be free of any viruses; however, it is
> the sole responsibility of the recipient to ensure that it is virus
> free, and Nikon does not accept any responsibility for any loss,
> disruption or damage to your data or computer system which may occur
> in connection with this e-mail including any attachments.
>
>
>
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
What do you mean with configuration specific? What language / generator
are you working with? You do have flags for configurations:

CMAKE_<LANG>_FLAGS
CMAKE_<LANG>_FLAGS_DEBUG
CMAKE_<LANG>_FLAGS_MINSIZEREL
CMAKE_<LANG>_FLAGS_RELEASE
CMAKE_<LANG>_FLAGS_RELWITHDEBINF


Regards,
Micha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20131011/c3fd6e7e/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: OpenPGP digital signature
URL: <http://www.cmake.org/pipermail/cmake/attachments/20131011/c3fd6e7e/attachment-0001.pgp>


More information about the CMake mailing list