aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/maintainers/portfile-functions.md5
-rw-r--r--docs/maintainers/vcpkg_test_cmake.md20
2 files changed, 2 insertions, 23 deletions
diff --git a/docs/maintainers/portfile-functions.md b/docs/maintainers/portfile-functions.md
index aec901dc4..887311127 100644
--- a/docs/maintainers/portfile-functions.md
+++ b/docs/maintainers/portfile-functions.md
@@ -1,5 +1,5 @@
-<!-- Run regenerate.ps1 to extract documentation from scripts\cmake\*.cmake -->
-
+<!-- Run regenerate.ps1 to extract documentation from scripts\cmake\*.cmake -->
+
# Portfile helper functions
- [execute\_process](execute_process.md)
- [vcpkg\_acquire\_msys](vcpkg_acquire_msys.md)
@@ -45,4 +45,3 @@
- [vcpkg\_install\_nmake](vcpkg_install_nmake.md)
- [vcpkg\_install\_qmake](vcpkg_install_qmake.md)
- [vcpkg\_prettify\_command](vcpkg_prettify_command.md)
-- [vcpkg\_test\_cmake](vcpkg_test_cmake.md)
diff --git a/docs/maintainers/vcpkg_test_cmake.md b/docs/maintainers/vcpkg_test_cmake.md
deleted file mode 100644
index 15b3ad797..000000000
--- a/docs/maintainers/vcpkg_test_cmake.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# vcpkg_test_cmake
-
-Tests a built package for CMake `find_package()` integration.
-
-## Usage:
-```cmake
-vcpkg_test_cmake(PACKAGE_NAME <name> [MODULE])
-```
-
-## Parameters:
-
-### PACKAGE_NAME
-The expected name to find with `find_package()`.
-
-### MODULE
-Indicates that the library expects to be found via built-in CMake targets.
-
-
-## Source
-[scripts/cmake/vcpkg_test_cmake.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_test_cmake.cmake)