Re: [CMake] Patch for IF documentation.

2006-06-12 Thread Brad King
Miguel A. Figueroa-Villanueva wrote: I think the following documentation for the IF command: IF(variable1 OR variable2) True if either variable would be considered true individually. IF(COMMAND command-name) True if the given name is a file or directory.

[CMake] Patch for IF documentation.

2006-06-09 Thread Miguel A. Figueroa-Villanueva
I think the following documentation for the IF command: IF(variable1 OR variable2) True if either variable would be considered true individually. IF(COMMAND command-name) True if the given name is a file or directory. IF(EXISTS file-name) IF(EXISTS