diff options
author | David Cole <david.cole@kitware.com> | 2008-12-05 22:18:11 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2008-12-05 22:18:11 (GMT) |
commit | fd644d1cb994ee2e9e5333f4af6d3a7d621e5f6c (patch) | |
tree | 0c316f2e45ee0efe24dc6e352bec2986c587a5c1 | |
parent | 2540d84c02c063e406d2191dd013c301f4aea937 (diff) | |
download | CMake-fd644d1cb994ee2e9e5333f4af6d3a7d621e5f6c.zip CMake-fd644d1cb994ee2e9e5333f4af6d3a7d621e5f6c.tar.gz CMake-fd644d1cb994ee2e9e5333f4af6d3a7d621e5f6c.tar.bz2 |
COMP: No-op. White space only change to trigger a re-run of the ExternalProject test on the QNX continuous dashboard to pick up the latest KWStyle changes.
-rw-r--r-- | Tests/ExternalProject/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ExternalProject/CMakeLists.txt b/Tests/ExternalProject/CMakeLists.txt index 00fffc9..72ad936 100644 --- a/Tests/ExternalProject/CMakeLists.txt +++ b/Tests/ExternalProject/CMakeLists.txt @@ -9,6 +9,7 @@ get_external_project_directories(base_dir build_dir downloads_dir install_dir set(prefix "${install_dir}") + # Use a "TryCheckout" technique on small subtrees of certain projects # to see if cvs checkout and svn checkout may be used on this machine # without problems. If so, we can test the projects that use those |