vcpkg/docs
Dawid Wróbel 3fa88493ab
[docs] Fix a typo in CMAKE_DISABLE_FIND_PACKAGE command (#19829)
diff --git a/docs/maintainers/maintainer-guide.md b/docs/maintainers/maintainer-guide.md
index b0dd0c4b7..48ea75d08 100644
--- a/docs/maintainers/maintainer-guide.md
+++ b/docs/maintainers/maintainer-guide.md
@@ -154,7 +154,7 @@ vcpkg_configure_cmake(
   SOURCE_PATH ${SOURCE_PATH}
   PREFER_NINJA
   OPTIONS
-    -CMAKE_DISABLE_FIND_PACKAGE_ZLIB=${CMAKE_DISABLE_FIND_PACKAGE_ZLIB}
+    -DCMAKE_DISABLE_FIND_PACKAGE_ZLIB=${CMAKE_DISABLE_FIND_PACKAGE_ZLIB}
 )
 ```
2021-09-03 17:12:24 -07:00
..
about Fix title capitalization from https://github.com/vcpkg/vcpkg.github.io/pull/54 (#19345) 2021-08-03 13:56:45 -07:00
examples Fix title capitalization from https://github.com/vcpkg/vcpkg.github.io/pull/54 (#19345) 2021-08-03 13:56:45 -07:00
maintainers [docs] Fix a typo in CMAKE_DISABLE_FIND_PACKAGE command (#19829) 2021-09-03 17:12:24 -07:00
specifications [doc] Fix spelling errors (#17560) 2021-05-09 10:48:42 -07:00
users [vcpkg] Repair msbuild damage and workaround the way we integrate on VS2015. (#19767) 2021-09-02 12:33:21 -07:00
_config.yml [vcpkg-docs] Rework documentation for compatibility with readthedocs.io and MkDocs. 2017-05-28 14:15:13 -07:00
README.md [docs] improve integrate documentation (#19700) 2021-08-30 17:11:16 -07:00
regenerate.ps1 [rollup] 2021-07-26 (#19157) 2021-07-29 09:47:35 -07:00

Quick Start

The latest version of this documentation is available on GitHub.

Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This tool and ecosystem are constantly evolving; your involvement is vital to its success!

Examples

User Help

Maintainer Help

Vcpkg-Tool Maintainer Help

Community Resources (not directly affiliated with vcpkg)

Specifications

Blog posts

Other