diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2011-05-31 19:17:01 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2011-05-31 19:33:39 (GMT) |
commit | fa4dc08a1a69d0766cb17b03f1e3154e2dd0c0e7 (patch) | |
tree | 0406144e16a6c284dc2de90328b606448269d61f /Tests/CMakeLists.txt | |
parent | e40b79e79fc0beb0a71889817f21bf196a892b09 (diff) | |
download | CMake-fa4dc08a1a69d0766cb17b03f1e3154e2dd0c0e7.zip CMake-fa4dc08a1a69d0766cb17b03f1e3154e2dd0c0e7.tar.gz CMake-fa4dc08a1a69d0766cb17b03f1e3154e2dd0c0e7.tar.bz2 |
BundleUtilities: Fix issues with custom target DEPENDS in test (#12034)
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 1c4a732..75ee7d9 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -205,7 +205,6 @@ IF(BUILD_TESTING) --build-generator ${CMAKE_TEST_GENERATOR} --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM} --build-project BundleUtilities - --test-command testdir2/testbundleutils2 ) LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/BundleUtilities") endif(CMAKE_SYSTEM_NAME MATCHES "Windows" OR |