aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorOlaf van der Spek <olafvdspek@gmail.com>2017-05-08 11:16:49 +0200
committerGitHub <noreply@github.com>2017-05-08 11:16:49 +0200
commita032ae1b49fa2434aee152b35b8b71dbc6fdc3e8 (patch)
tree5bbb55e3072a3cc9880c7bed37ed40d4b598619d /scripts
parente1a111ad09d74a5b683635000e34bcc38c717d45 (diff)
downloadvcpkg-a032ae1b49fa2434aee152b35b8b71dbc6fdc3e8.tar.gz
vcpkg-a032ae1b49fa2434aee152b35b8b71dbc6fdc3e8.zip
Update ports.cmake
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ports.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ports.cmake b/scripts/ports.cmake
index 69606ea2e..9558ac2dc 100644
--- a/scripts/ports.cmake
+++ b/scripts/ports.cmake
@@ -120,5 +120,5 @@ elseif(CMD MATCHES "^CREATE$")
message(STATUS "Generated portfile: ${NATIVE_VCPKG_ROOT_DIR}\\ports\\${PORT}\\portfile.cmake")
message(STATUS "Generated CONTROL: ${NATIVE_VCPKG_ROOT_DIR}\\ports\\${PORT}\\CONTROL")
message(STATUS "To launch an editor for these new files, run")
- message(STATUS " vcpkg edit ${PORT}")
+ message(STATUS " .\\vcpkg edit ${PORT}")
endif()