summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-06 12:49:18 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-06 12:49:18 (GMT)
commitc9f1af3913eb9aa8fdc7d374bf38bac59a6bbf59 (patch)
treec781327d9488029424be61d50b358b4c26b5d670 /Source/cmIfCommand.h
parent1358009382fe8bac2fea64e31851c75f750274b9 (diff)
downloadCMake-c9f1af3913eb9aa8fdc7d374bf38bac59a6bbf59.zip
CMake-c9f1af3913eb9aa8fdc7d374bf38bac59a6bbf59.tar.gz
CMake-c9f1af3913eb9aa8fdc7d374bf38bac59a6bbf59.tar.bz2
ENH: add IF(IS_ABSOLUTE path), so no regex matching is required in the cmake scripts
Alex
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r--Source/cmIfCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h
index 1a89227..6b855a2 100644
--- a/Source/cmIfCommand.h
+++ b/Source/cmIfCommand.h
@@ -143,6 +143,8 @@ public:
" IF(IS_DIRECTORY directory-name)\n"
"True if the given name is a directory. "
"Behavior is well-defined only for full paths.\n"
+ " IF(IS_ABSOLUTE path)\n"
+ "True if the given path is an absolute path.\n "
" IF(variable MATCHES regex)\n"
" IF(string MATCHES regex)\n"
"True if the given string or variable's value matches the given "