Skip to content
Snippets Groups Projects
Unverified Commit 40be014e authored by Arseny Kapoulkine's avatar Arseny Kapoulkine Committed by GitHub
Browse files

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

Fix install locations for pkgconfig *and* cmake
parents fdd618f1 6949232b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment