From a032ae1b49fa2434aee152b35b8b71dbc6fdc3e8 Mon Sep 17 00:00:00 2001 From: Olaf van der Spek Date: Mon, 8 May 2017 11:16:49 +0200 Subject: Update ports.cmake --- scripts/ports.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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() -- cgit v1.2.3