Re: [CMake] CMake 2.8.12 docs missing?

2013-10-11 Thread Mateusz Loskot
On 11 October 2013 15:23, Robert Maynard wrote: > I am currently in the process of getting the 2.8.12 documentation > generated and uploaded. Sweet, thanks! Best regards, -- Mateusz Loskot, http://mateusz.loskot.net -- Powered by www.kitware.com Please keep messages on-topic and check the CM

Re: [CMake] CMake 2.8.12 docs missing?

2013-10-11 Thread Robert Maynard
I am currently in the process of getting the 2.8.12 documentation generated and uploaded. On Thu, Oct 10, 2013 at 7:36 PM, Mateusz Loskot wrote: > Hi, > > The latest version linked in the documentation [1] is 2.8.11. > > Where can I find docs for the latest release? > > [1] http://cmake.org/cmake

Re: [CMake] Configuration specific COMPILE_FLAGS?

2013-10-11 Thread Stephen Kelly
Giordano Khouri wrote: > I'm surprised to see that there's no configuration specific COMPILE_FLAGS. > Please correct me if I'm wrong. > Correct, but not the whole story. When you upgrade to CMake 2.8.12 you can use the COMPILE_OPTIONS target property. http://cmake.org/gitweb?p=cmake.git;a=com

Re: [CMake] ARGC != list(LENGTH ARGV) and ARGV0 != list(GET ARGV 0)

2013-10-11 Thread Rolf Eike Beer
Am Freitag, 11. Oktober 2013, 14:49:18 schrieb Clark WANG: > On Fri, Oct 11, 2013 at 2:20 PM, Rolf Eike Beer wrote: > > Am Freitag, 11. Oktober 2013, 12:07:58 schrieb Clark WANG: > > > See following example: > > > $ cmake --version > > > cmake version 2.8.11.2 > > > $ cat CMakeLists.tx