summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/tigervnc/files/0001-do-not-build-tests-sub-directory.patch
blob: 0d58d2502d83cf57294646b1a5e0182fce4d8989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From e117ccc2b4ebb116ab63a3aa6097104964ee223b Mon Sep 17 00:00:00 2001
From: Chen Qi <Qi.Chen@windriver.com>
Date: Mon, 19 Apr 2021 23:02:45 -0700
Subject: [PATCH] do not build tests sub directory

Upstream-Status: Inappropriate [OE Specific]

Signed-off-by: Hongxu Jia <Hongxu.Jia@windriver.com>
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 468f4b54..c47c9c0e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -351,9 +351,6 @@ if(BUILD_VIEWER)
   add_subdirectory(media)
 endif()
 
-add_subdirectory(tests)
-
-
 if(BUILD_VIEWER)
   add_subdirectory(release)
 endif()
-- 
2.25.1