Skip to content

Commit a9ecdd2

Browse files
committed
Set pkgconfig to correct install directory so vcpkg doesn't require a patch
1 parent c48eb1a commit a9ecdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ if (AVCPP_NOT_SUBPROJECT)
137137
)
138138

139139
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libavcpp.pc"
140-
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/pkgconfig")
140+
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
141141

142142
endif()
143143
endif()

0 commit comments

Comments
 (0)