aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/epoll-shim/000-install-pkg-config-into-standard-location.patch
blob: 52a12136302695beffe71703ec7d5b5dd840f3d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 744c9e8..02ef4aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -62,7 +62,7 @@ add_library(${_namespace}::epoll-shim-interpose ALIAS epoll-shim-interpose)\n")
     configure_file("${PROJECT_SOURCE_DIR}/${_pc_filename}.pc.cmakein"
                    "${PROJECT_BINARY_DIR}/${_pc_filename}.pc" @ONLY)
     install(FILES "${PROJECT_BINARY_DIR}/${_pc_filename}.pc"
-            DESTINATION "${CMAKE_INSTALL_PKGCONFIGDIR}")
+            DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
   endforeach()
 
   set(CMAKE_INSTALL_INCLUDEDIR "${CMAKE_INSTALL_INCLUDEDIR}/libepoll-shim")