blob: 46198fb7be69a8d7d2e450f71efabe22f3d96c0e [file] [log] [blame]
Brad Bishop26bdd442019-08-16 17:08:17 -04001From 46ffa1f8f443b71673774fcb864eb741bbc26200 Mon Sep 17 00:00:00 2001
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002From: Bian Naimeng <biannm@cn.fujitsu.com>
3Date: Wed, 19 Apr 2017 03:11:37 +0900
Brad Bishop26bdd442019-08-16 17:08:17 -04004Subject: [PATCH] Make opencv-ts create share library intead of static.
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005
6Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Brad Bishop26bdd442019-08-16 17:08:17 -04007
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008---
9 modules/ts/CMakeLists.txt | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/modules/ts/CMakeLists.txt b/modules/ts/CMakeLists.txt
Brad Bishop26bdd442019-08-16 17:08:17 -040013index f95bed0..ee67858 100644
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014--- a/modules/ts/CMakeLists.txt
15+++ b/modules/ts/CMakeLists.txt
16@@ -4,7 +4,7 @@ if(NOT BUILD_opencv_ts AND NOT BUILD_TESTS AND NOT BUILD_PERF_TESTS)
17 ocv_module_disable(ts)
18 endif()
19
20-set(OPENCV_MODULE_TYPE STATIC)
21+#set(OPENCV_MODULE_TYPE STATIC)
22 set(OPENCV_MODULE_IS_PART_OF_WORLD FALSE)
23
24 if(WINRT)