[CMake] Disabling IF strict checking

Alan W. Irwin irwin at beluga.phys.uvic.ca
Fri May 23 23:03:21 EDT 2008


On 2008-05-23 22:43-0400 Bill Hoffman wrote:

> This is the default in CMake 2.6, you don't need to specify the statement in 
> the endif.

If you do specify something, is it checked?

e.g., will CMake-2.6.0 continue to find badly nested if statements
like

if(whatever0)
if(whatever1)
endif(whatever0)
endif(whatever1)

?

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________


More information about the CMake mailing list