diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-10 17:44:39 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-10 17:44:39 (GMT) |
commit | bad1215a853a24f9e8145f6157be9e27c0b83cd0 (patch) | |
tree | 4164a0426efbe7967fcd865174c09bb243e530ac /Source/ctest.cxx | |
parent | e4f3568099830233e0620c8824bb0a07376cd5a5 (diff) | |
download | CMake-bad1215a853a24f9e8145f6157be9e27c0b83cd0.zip CMake-bad1215a853a24f9e8145f6157be9e27c0b83cd0.tar.gz CMake-bad1215a853a24f9e8145f6157be9e27c0b83cd0.tar.bz2 |
ENH: Add support for preinstall for cmake generated projects when packaging them
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 6a8c90c..ce6235d 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -21,6 +21,7 @@ #include "cmake.h" #include "cmDocumentation.h" + //---------------------------------------------------------------------------- static const cmDocumentationEntry cmDocumentationName[] = { @@ -207,8 +208,6 @@ int main (int argc, char *argv[]) nocwd = 1; } - - // If there is a testing input file, check for documentation options // only if there are actually arguments. We want running without // arguments to run tests. |