From af67922d18631a33fca11a66a527407948051e18 Mon Sep 17 00:00:00 2001 From: Junfeng Wang Date: Thu, 18 Apr 2019 01:16:15 +0000 Subject: when "make build-package", we need to "make build-scvpp" first, because we use pkgconfig to find dependence(libscvpp.so). this patch will compile libscvpp.so when compile plugin,you needn't extra step. Change-Id: I9dcd733ec3535a8fa5310f75ae141712320affa5 Signed-off-by: Junfeng Wang --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f5be384..ef739e9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,7 +24,7 @@ endif() string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_LOWER) # add subdirectories -add_subdirectory(scvpp) +# add_subdirectory(scvpp) add_subdirectory(plugins) include(Packager) -- cgit 1.2.3-korg