blob: 5a42e67d0695533d736f94d662682cbc62fbab2e [file] [log] [blame]
Andrew Geisslerf103a7f2021-05-07 16:09:40 -05001From 076d0e12a7be6cd2108e4ca0dcde1cb658918fa5 Mon Sep 17 00:00:00 2001
2From: Chen Qi <Qi.Chen@windriver.com>
3Date: Mon, 19 Apr 2021 23:02:45 -0700
4Subject: [PATCH] do not build tests sub directory
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005
Andrew Geisslerf103a7f2021-05-07 16:09:40 -05006Upstream-Status: Inappropriate [OE Specific]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05007
Andrew Geisslerf103a7f2021-05-07 16:09:40 -05008Signed-off-by: Hongxu Jia <Hongxu.Jia@windriver.com>
9Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010---
11 CMakeLists.txt | 3 ---
12 1 file changed, 3 deletions(-)
13
14diff --git a/CMakeLists.txt b/CMakeLists.txt
Andrew Geisslerf103a7f2021-05-07 16:09:40 -050015index 7bf99441..bda80598 100644
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016--- a/CMakeLists.txt
17+++ b/CMakeLists.txt
Andrew Geisslerf103a7f2021-05-07 16:09:40 -050018@@ -304,9 +304,6 @@ if(BUILD_VIEWER)
Brad Bishopd7bf8c12018-02-25 22:55:05 -050019 add_subdirectory(media)
20 endif()
21
22-add_subdirectory(tests)
23-
24-
Andrew Geisslerf103a7f2021-05-07 16:09:40 -050025 add_subdirectory(release)
Brad Bishopd7bf8c12018-02-25 22:55:05 -050026
27 # uninstall
28--
Andrew Geisslerf103a7f2021-05-07 16:09:40 -0500292.30.2
Brad Bishopd7bf8c12018-02-25 22:55:05 -050030