diff options
author | Brad King <brad.king@kitware.com> | 2017-09-15 11:49:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-15 12:58:02 (GMT) |
commit | f1f109e9713d0d4e5cc61853d8edd70ccbd055ee (patch) | |
tree | 8e4ea5972a421ff1f5b126fc8c016210739ca539 /Tests/SimpleExclude/dirC/dirB/CMakeLists.txt | |
parent | c0c5f924fe46fcf83603117689b372cb8520c4bb (diff) | |
download | CMake-f1f109e9713d0d4e5cc61853d8edd70ccbd055ee.zip CMake-f1f109e9713d0d4e5cc61853d8edd70ccbd055ee.tar.gz CMake-f1f109e9713d0d4e5cc61853d8edd70ccbd055ee.tar.bz2 |
Tests: Drop tests that have not run for over 10 years
Diffstat (limited to 'Tests/SimpleExclude/dirC/dirB/CMakeLists.txt')
-rw-r--r-- | Tests/SimpleExclude/dirC/dirB/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Tests/SimpleExclude/dirC/dirB/CMakeLists.txt b/Tests/SimpleExclude/dirC/dirB/CMakeLists.txt deleted file mode 100644 index ea4650c..0000000 --- a/Tests/SimpleExclude/dirC/dirB/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -add_library(t6 STATIC t6.c) - -add_library(t7 STATIC t7.c) -target_link_libraries(t7 t2) - |