blob: 4e875ba82b79616b10ae22d410a629570e652a5a [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001From c3460d63f0b6cd50b9a64265f420f0439e12a1d5 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Tue, 25 Apr 2017 01:36:44 -0400
4Subject: [PATCH 2/4] do not build tests sub directory
5
6Upstream-Status: Inappropriate [oe specific]
7
8Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
9---
10 CMakeLists.txt | 3 ---
11 1 file changed, 3 deletions(-)
12
13diff --git a/CMakeLists.txt b/CMakeLists.txt
14index 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--
282.7.4
29