Hi list,
I am wondering if there is a way to disable checking that the ELSE and
ENDIF arguments need to the the same as the initial IF. For example,
instead of
IF ( HUNGRY )
MESSAGE ( "Go get some food!" )
ENDIF ( HUNGRY )
you can type
IF ( HUNGRY )
MESSAGE ( "Go get some food!" )
ENDIF ( )
I know that this is meant to catch errors, but I think it's cleaner
this way.
-Coz
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake