Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | From c3460d63f0b6cd50b9a64265f420f0439e12a1d5 Mon Sep 17 00:00:00 2001 |
| 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
| 3 | Date: Tue, 25 Apr 2017 01:36:44 -0400 |
| 4 | Subject: [PATCH 2/4] do not build tests sub directory |
| 5 | |
| 6 | Upstream-Status: Inappropriate [oe specific] |
| 7 | |
| 8 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
| 9 | --- |
| 10 | CMakeLists.txt | 3 --- |
| 11 | 1 file changed, 3 deletions(-) |
| 12 | |
| 13 | diff --git a/CMakeLists.txt b/CMakeLists.txt |
| 14 | index 94ec2ef..fb72a00 100644 |
| 15 | --- a/CMakeLists.txt |
| 16 | +++ b/CMakeLists.txt |
| 17 | @@ -300,9 +300,6 @@ if(BUILD_VIEWER) |
| 18 | add_subdirectory(media) |
| 19 | endif() |
| 20 | |
| 21 | -add_subdirectory(tests) |
| 22 | - |
| 23 | - |
| 24 | include(cmake/BuildPackages.cmake) |
| 25 | |
| 26 | # uninstall |
| 27 | -- |
| 28 | 2.7.4 |
| 29 | |