diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2019-02-14 17:28:52 +0800 |
---|---|---|
committer | Hongjun Ni <hongjun.ni@intel.com> | 2019-02-14 17:28:52 +0800 |
commit | 5af28a89bb8f62cefb0cac553d8cc8672a507095 (patch) | |
tree | f3dcc391ba4d8c81fcafc7c5bd1054f89a7e08e7 /src | |
parent | aa76a3165763c4c9dce041a7d9a5230a7cd61315 (diff) |
Fix pkg config issue
Change-Id: I443c20c687c9508c0307d0c9d75e7e1ceffa91ed
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/scvpp/CMakeLists.txt | 2 |
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() |