Re: [CMake] Bug fix requests for the *next* release of CMake...

2012-11-11 Thread Nick Hutchinson
http://public.kitware.com/Bug/view.php?id=13574 On 8/11/2012, at 5:39 PM, cmake-requ...@cmake.org wrote: > From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of > David Cole > Sent: mercredi 7 novembre 2012 20:41 > To: cmake; CMake Developers > Subject: [CMake] Bug fix req

Re: [CMake] cpack source RPM not setting install path

2012-11-11 Thread Levine, Ben
My apologies if my use of terminology caused confusion. I did set the CPACK_SOURCE_GENERATOR to "RPM". It appears that when you do this cpack sets the Prefix: to the set CPACK_PACKAGING_INSTALL_PREFIX, but then creates the entire %files section using absolute paths. Ben ___

[CMake] CMAKE_C_FLAGS and CMAKE_CXX_FLAGS

2012-11-11 Thread Brad Bell
Would someone please point me to the specifications for CMAKE_C_FLAGS and CMAKE_CXX_FLAGS in http://www.cmake.org/cmake/help/cmake2.6docs.html (or perhaps for CMAKE_C_FLAGS_ and CMAKE_CXX_FLAG_ where is DEBUG or RELEASE). These flags are used by the Modules distributed with CMAKE, but I c