On 3/29/19 9:30 AM, Brendan L via blfs-dev wrote:
On Fri, Mar 29, 2019 at 9:20 AM Ken Moffat via blfs-dev
<[email protected]> wrote:

Does cmake have anything equivalent to old-style 'configure --help'
or meson's configure, which would allow a user to see the options
they might wish to set ?

Googling suggests cmake -LAH, but that *runs* the configuring and
then lists the values of internal variables.


cmake -LAH is all that I have found too.  Not very user friendly.

What is wrong with cmake -LAH? It does run the configuring code but does not create any files needed for the build. It lists all the variables used and their default settings. Usually you can figure out the meaning of the setting from the name.

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to