diff options
author | Alex Neundorf <neundorf@kde.org> | 2010-08-07 20:02:57 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2010-08-07 20:02:57 (GMT) |
commit | 946493faa8274666cfcef0c5dbc388d9f4717b3c (patch) | |
tree | e8aa911af9a8182b98940d8f3b8e8c12940b0295 /Modules/FindSquish.cmake | |
parent | cb9d1eaca463f0b11808e1faa1ae9587bda923af (diff) | |
download | CMake-946493faa8274666cfcef0c5dbc388d9f4717b3c.zip CMake-946493faa8274666cfcef0c5dbc388d9f4717b3c.tar.gz CMake-946493faa8274666cfcef0c5dbc388d9f4717b3c.tar.bz2 |
FindSquish doesn't detect the version, remove that from the documentation
Alex
Diffstat (limited to 'Modules/FindSquish.cmake')
-rw-r--r-- | Modules/FindSquish.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/FindSquish.cmake b/Modules/FindSquish.cmake index 2327186..f16a693 100644 --- a/Modules/FindSquish.cmake +++ b/Modules/FindSquish.cmake @@ -4,9 +4,6 @@ # # ---- Variables and Macros # SQUISH_FOUND If false, don't try to use Squish -# SQUISH_VERSION_MAJOR The major version of Squish found -# SQUISH_VERSION_MINOR The minor version of Squish found -# SQUISH_VERSION_PATCH The patch version of Squish found # # SQUISH_INSTALL_DIR The Squish installation directory (containing bin, lib, etc) # SQUISH_SERVER_EXECUTABLE The squishserver executable |