mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
ac5b258d82
* [libxml2] update to 2.10.3 * v db * remove commented code * v db * change homepage * v db * add log files to ffmpeg * copy out libxml-2.0.pc * fix pc file * revert ffmpeg changes * v db
21 lines
817 B
Diff
21 lines
817 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index f922d5ab..70466bc7 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -599,15 +599,5 @@ if(LIBXML2_WITH_PYTHON)
|
|
endif()
|
|
|
|
-install(FILES doc/xml2-config.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT documentation)
|
|
-install(FILES doc/xmlcatalog.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT documentation)
|
|
-install(FILES doc/xmllint.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT documentation)
|
|
-install(DIRECTORY doc/ DESTINATION ${CMAKE_INSTALL_DOCDIR} COMPONENT documentation
|
|
- PATTERN "Makefile.*" EXCLUDE
|
|
- PATTERN "*.1" EXCLUDE
|
|
- PATTERN "*.py" EXCLUDE
|
|
- PATTERN "*.res" EXCLUDE
|
|
- PATTERN "*.xml" EXCLUDE
|
|
- PATTERN "*.xsl" EXCLUDE)
|
|
|
|
configure_package_config_file(
|
|
libxml2-config.cmake.cmake.in libxml2-config.cmake
|