aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordweckmann <didier.weckmann@ircad.fr>2020-12-29 04:35:08 +0100
committerGitHub <noreply@github.com>2020-12-28 19:35:08 -0800
commite2d34085478b0a8d13120287894a52b7e104fd3f (patch)
tree484cf0ca53f090785569cde02679566a9e5f0aa1 /docs
parent6d84d56cd5ebc4c61ad093bd4de803ac3fea412f (diff)
downloadvcpkg-e2d34085478b0a8d13120287894a52b7e104fd3f.tar.gz
vcpkg-e2d34085478b0a8d13120287894a52b7e104fd3f.zip
[cppunit] add linux support and bump version to 1.15.1 (#15018)
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/packaging-github-repos.md1
-rw-r--r--docs/examples/packaging-zipfiles.md1
-rw-r--r--docs/maintainers/vcpkg_build_msbuild.md1
3 files changed, 0 insertions, 3 deletions
diff --git a/docs/examples/packaging-github-repos.md b/docs/examples/packaging-github-repos.md
index 287354ff2..4d9f7e11a 100644
--- a/docs/examples/packaging-github-repos.md
+++ b/docs/examples/packaging-github-repos.md
@@ -51,7 +51,6 @@ In the `ports/` directory are many libraries that can be used as examples, inclu
- rapidjson
- range-v3
- MSBuild-based
- - cppunit
- mpg123
- Non-CMake, custom buildsystem
- openssl
diff --git a/docs/examples/packaging-zipfiles.md b/docs/examples/packaging-zipfiles.md
index 9ece22d93..334316403 100644
--- a/docs/examples/packaging-zipfiles.md
+++ b/docs/examples/packaging-zipfiles.md
@@ -70,7 +70,6 @@ In the `ports/` directory are many libraries that can be used as examples, inclu
- rapidjson
- range-v3
- MSBuild-based
- - cppunit
- mpg123
- Non-CMake, custom buildsystem
- openssl
diff --git a/docs/maintainers/vcpkg_build_msbuild.md b/docs/maintainers/vcpkg_build_msbuild.md
index 9f458f352..47fb6855d 100644
--- a/docs/maintainers/vcpkg_build_msbuild.md
+++ b/docs/maintainers/vcpkg_build_msbuild.md
@@ -59,7 +59,6 @@ Additional options passed to msbuild for Debug builds. These are in addition to
## Examples
* [chakracore](https://github.com/Microsoft/vcpkg/blob/master/ports/chakracore/portfile.cmake)
-* [cppunit](https://github.com/Microsoft/vcpkg/blob/master/ports/cppunit/portfile.cmake)
## Source
[scripts/cmake/vcpkg_build_msbuild.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_build_msbuild.cmake)