aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake
diff options
context:
space:
mode:
authorautoantwort <41973254+autoantwort@users.noreply.github.com>2021-09-14 23:26:31 +0200
committerGitHub <noreply@github.com>2021-09-14 14:26:31 -0700
commit6d617de25d54549d075c26d0a7c0212ad7408928 (patch)
tree597c60c6d28b876153336e5bccae97332a2b056e /scripts/cmake
parentcf2f757e1fd296c40e7a42162bb0c4c487360ee4 (diff)
downloadvcpkg-6d617de25d54549d075c26d0a7c0212ad7408928.tar.gz
vcpkg-6d617de25d54549d075c26d0a7c0212ad7408928.zip
docs: Improve docs for vcpkg_build_nmake (#20139)
Diffstat (limited to 'scripts/cmake')
-rwxr-xr-xscripts/cmake/vcpkg_build_nmake.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_build_nmake.cmake b/scripts/cmake/vcpkg_build_nmake.cmake
index 47c68ecfd..06fb93a6a 100755
--- a/scripts/cmake/vcpkg_build_nmake.cmake
+++ b/scripts/cmake/vcpkg_build_nmake.cmake
@@ -8,6 +8,7 @@ Build a msvc makefile project.
vcpkg_build_nmake(
SOURCE_PATH <${SOURCE_PATH}>
[NO_DEBUG]
+ [ENABLE_INSTALL]
[TARGET <all>]
[PROJECT_SUBPATH <${SUBPATH}>]
[PROJECT_NAME <${MAKEFILE_NAME}>]
@@ -64,7 +65,6 @@ be passed.
Adds the appropriate Release and Debug `bin\` directories to the path during the build such that executables can run against the in-tree DLLs.
## Notes:
-This command should be preceded by a call to [`vcpkg_configure_nmake()`](vcpkg_configure_nmake.md).
You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your makefile supports the
"install" target