mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
4ff2d52566
* [libsbml] Update, port fixes * [check] Follow VCPKG_LIBRARY_LINKAGE * [check] Don't install checkmk * [check] Burn-in dllimport * [libsbml] Devendor dirent * [libsbml] Burn-in library linkage * Finish * Fix typo * [libsbml] Shorten patch
13 lines
341 B
Diff
13 lines
341 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 8ad678a..f856774 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1012,7 +1012,6 @@ set(DOCUMENTATION_FILES
|
|
VERSION.txt
|
|
)
|
|
|
|
-install(FILES ${DOCUMENTATION_FILES} DESTINATION ${MISC_PREFIX})
|
|
|
|
###############################################################################
|
|
#
|