aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2019-02-14 17:28:52 +0800
committerHongjun Ni <hongjun.ni@intel.com>2019-02-14 17:28:52 +0800
commit5af28a89bb8f62cefb0cac553d8cc8672a507095 (patch)
treef3dcc391ba4d8c81fcafc7c5bd1054f89a7e08e7
parentaa76a3165763c4c9dce041a7d9a5230a7cd61315 (diff)
Fix pkg config issue
Change-Id: I443c20c687c9508c0307d0c9d75e7e1ceffa91ed Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
-rw-r--r--src/scvpp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scvpp/CMakeLists.txt b/src/scvpp/CMakeLists.txt
index 1256fc8..6064beb 100644
--- a/src/scvpp/CMakeLists.txt
+++ b/src/scvpp/CMakeLists.txt
@@ -36,5 +36,5 @@ find_package(PkgConfig QUIET)
if(PKG_CONFIG_FOUND)
# generate and install pkg-config file
configure_file("libscvpp.pc.in" "libscvpp.pc" @ONLY)
- install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libscvpp.pc" DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
+ #install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libscvpp.pc" DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
endif()