diff options
| author | Olaf van der Spek <olafvdspek@gmail.com> | 2017-05-08 11:16:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-08 11:16:49 +0200 |
| commit | a032ae1b49fa2434aee152b35b8b71dbc6fdc3e8 (patch) | |
| tree | 5bbb55e3072a3cc9880c7bed37ed40d4b598619d /scripts/ports.cmake | |
| parent | e1a111ad09d74a5b683635000e34bcc38c717d45 (diff) | |
| download | vcpkg-a032ae1b49fa2434aee152b35b8b71dbc6fdc3e8.tar.gz vcpkg-a032ae1b49fa2434aee152b35b8b71dbc6fdc3e8.zip | |
Update ports.cmake
Diffstat (limited to 'scripts/ports.cmake')
| -rw-r--r-- | scripts/ports.cmake | 2 |
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() |
