summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-05-23 14:32:28 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-05-23 14:32:28 (GMT)
commit843da9240584edd3eda63ae637891593ae8c729f (patch)
tree2d3b23cdb8f710879431ca341608baaab39246f0 /Source/cmIfCommand.h
parent0a3d0d24fd02dd9f126092b0c38c0f22aa3c8bf7 (diff)
downloadCMake-843da9240584edd3eda63ae637891593ae8c729f.zip
CMake-843da9240584edd3eda63ae637891593ae8c729f.tar.gz
CMake-843da9240584edd3eda63ae637891593ae8c729f.tar.bz2
adde less greater
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r--Source/cmIfCommand.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h
index 164c5c5..2453c3c 100644
--- a/Source/cmIfCommand.h
+++ b/Source/cmIfCommand.h
@@ -93,7 +93,10 @@ public:
"using (NOT define) (def AND def2) (def OR def2) (def MATCHES def2) "
"(COMMAND cmd) (EXISTS file) MATCHES checks if def matches the "
"regular expression def2. COMMAND checks if the cmake command cmd "
- "is in this cmake executable. EXISTS file checks if file exists";
+ "is in this cmake executable. EXISTS file checks if file exists."
+ "Additionally you can do comparisons using LESS GREATER STRLESS "
+ "and STRGREATER. LESS and GREATER do numeric comparison while "
+ "STRLESS and STRGREATER do string comparisons.";
}
cmTypeMacro(cmIfCommand, cmCommand);