diff options
author | Brad King <brad.king@kitware.com> | 2012-03-09 21:34:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-03-12 13:33:21 (GMT) |
commit | eb33000d75e0e41a2412db9a75597dbee6bfdad6 (patch) | |
tree | 15a1620d7c43ec521d1b4bb3084c531f5e017d75 /Tests/CMakeCommands/CMakeLists.txt | |
parent | 42a81e7119fab94afcb0c87f93c314af1689e1f7 (diff) | |
download | CMake-eb33000d75e0e41a2412db9a75597dbee6bfdad6.zip CMake-eb33000d75e0e41a2412db9a75597dbee6bfdad6.tar.gz CMake-eb33000d75e0e41a2412db9a75597dbee6bfdad6.tar.bz2 |
Use generalized RunCMake test infrastrucure for find_package test
Diffstat (limited to 'Tests/CMakeCommands/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeCommands/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CMakeCommands/CMakeLists.txt b/Tests/CMakeCommands/CMakeLists.txt index aa400d0..e9e4020 100644 --- a/Tests/CMakeCommands/CMakeLists.txt +++ b/Tests/CMakeCommands/CMakeLists.txt @@ -8,4 +8,3 @@ macro(add_CMakeCommands_test test) endmacro() add_CMakeCommands_test(build_command) -add_CMakeCommands_test(find_package) |