diff options
author | Brad King <brad.king@kitware.com> | 2013-03-14 14:00:49 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-03-14 14:00:49 (GMT) |
commit | 55812ab0bcf8655473535c05865a63772fbf6dac (patch) | |
tree | 233f30287188a7df0230881da5b6e362853f65f9 | |
parent | 192ef7101e800450f4130921727e287443bf6002 (diff) | |
parent | dd8a06bd654e39d4ffba211431b75a8ad2ac0d6a (diff) | |
download | CMake-55812ab0bcf8655473535c05865a63772fbf6dac.zip CMake-55812ab0bcf8655473535c05865a63772fbf6dac.tar.gz CMake-55812ab0bcf8655473535c05865a63772fbf6dac.tar.bz2 |
Merge topic 'configure-no-tests'
dd8a06b Configure Tests/CMakeTests only with BUILD_TESTING ON
-rw-r--r-- | Tests/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 5982e8b..e07bb69 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -2442,6 +2442,6 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/ set_tests_properties(KWStyle PROPERTIES WORKING_DIRECTORY ${CMake_BINARY_DIR}/Utilities/KWStyle) endif() -endif() -subdirs(CMakeTests) + add_subdirectory(CMakeTests) +endif() |