aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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)