diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-10-19 16:58:40 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-10-19 16:58:40 (GMT) |
commit | 91eeb6d941ecb8cffcb8427356c786a2f696d332 (patch) | |
tree | 2879aae76834c9232b12325652028adf103eea38 /Modules/FindSquish.cmake | |
parent | 5e2851f855b9827a68739f286228e8ed39ed854d (diff) | |
download | CMake-91eeb6d941ecb8cffcb8427356c786a2f696d332.zip CMake-91eeb6d941ecb8cffcb8427356c786a2f696d332.tar.gz CMake-91eeb6d941ecb8cffcb8427356c786a2f696d332.tar.bz2 |
fix whitespace, so documentation is formatted properly
Alex
Diffstat (limited to 'Modules/FindSquish.cmake')
-rw-r--r-- | Modules/FindSquish.cmake | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/Modules/FindSquish.cmake b/Modules/FindSquish.cmake index 3b0eb2f..2327186 100644 --- a/Modules/FindSquish.cmake +++ b/Modules/FindSquish.cmake @@ -3,27 +3,27 @@ # This module can be used to find Squish (currently support is aimed at version 3). # # ---- 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_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 -# SQUISH_CLIENT_EXECUTABLE The squishrunner executable +# SQUISH_INSTALL_DIR The Squish installation directory (containing bin, lib, etc) +# SQUISH_SERVER_EXECUTABLE The squishserver executable +# SQUISH_CLIENT_EXECUTABLE The squishrunner executable # -# SQUISH_INSTALL_DIR_FOUND Was the install directory found? -# SQUISH_SERVER_EXECUTABLE_FOUND Was the server executable found? -# SQUISH_CLIENT_EXECUTABLE_FOUND Was the client executable found? +# SQUISH_INSTALL_DIR_FOUND Was the install directory found? +# SQUISH_SERVER_EXECUTABLE_FOUND Was the server executable found? +# SQUISH_CLIENT_EXECUTABLE_FOUND Was the client executable found? # # macro SQUISH_ADD_TEST(testName applicationUnderTest testSuite testCase) # # ---- Typical Use -# ENABLE_TESTING() -# FIND_PACKAGE(Squish) -# IF (SQUISH_FOUND) -# SQUISH_ADD_TEST(myTestName myApplication testSuiteName testCaseName) -# ENDIF (SQUISH_FOUND) +# ENABLE_TESTING() +# FIND_PACKAGE(Squish) +# IF (SQUISH_FOUND) +# SQUISH_ADD_TEST(myTestName myApplication testSuiteName testCaseName) +# ENDIF (SQUISH_FOUND) # #============================================================================= |