0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-14 09:57:57 +08:00

Merge pull request #303 from slurps-mad-rips/modern-cmake

Fix install locations for pkgconfig *and* cmake
This commit is contained in:
Arseny Kapoulkine 2019-10-06 15:45:55 -07:00 committed by GitHub
commit 40be014e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,10 +173,10 @@ install(EXPORT pugixml-targets
install(FILES
"${PROJECT_BINARY_DIR}/pugixml-config-version.cmake"
"${PROJECT_BINARY_DIR}/pugixml-config.cmake"
DESTINATION ${CMAKE_INSTALL_DATADIR}/cmake/pugixml)
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/pugixml)
install(FILES ${PROJECT_BINARY_DIR}/pugixml.pc
DESTINATION ${CMAKE_INSTALL_DATADIR}/pkgconfig)
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
install(
FILES