Re: [CMake] Display all possible options in a CMakeLists file, like what we do with configure --help

2012-10-15 Thread Nicolas Desprès
Hi, That's a good idea but it can be tricky to implement. It has already been discussed in this thread: http://www.cmake.org/pipermail/cmake/2012-April/049974.html Cheers, Nico On Mon, Oct 15, 2012 at 5:06 AM, Tschijnmo Tschau tschijnmotsc...@gmail.com wrote: Hi! Sometimes different code

[CMake] Display all possible options in a CMakeLists file, like what we do with configure --help

2012-10-14 Thread Tschijnmo Tschau
Hi! Sometimes different code has very different sets of options to tweak in the building process. So when building a package with GNU autotools, usually the first thing I do is ``configure --help'' to list all the possible options that I can change. I am a little curious if there is something