From ef63a353b422a84baa98d503fce90e93ae73823f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Hedman?= Date: Thu, 15 Feb 2024 21:05:27 +0100 Subject: [PATCH] Fixed path example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4dcc5e..37732a0 100644 --- a/README.md +++ b/README.md @@ -126,10 +126,10 @@ The two projects should be cloned on the same directory level. vscp-helper-lib i cd vscp-helper-lib mkdir build cd build - cmake .. -G "Visual Studio 17 2022" -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE=C:\Users\Administrator\Desktop\Development\vcpkg\scripts\buildsystems\vcpkg.cmake + cmake .. -G "Visual Studio 17 2022" -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE=E:\vcpkg\scripts\buildsystems\vcpkg.cmake ``` -The path to the vspkg build script (_C:\Users\Administrator\Desktop.._) is obviously different in your case. +The path to the vspkg build script (_E:\vcpkg\scripts\buildsystems.._) is obviously different in your case. Now use