diff options
| author | Jonathan Guzmán <jonguz5@hotmail.com> | 2020-08-21 12:46:35 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-21 11:46:35 -0700 |
| commit | a64399e0a641a0613024f99fbb4f235e81a4b77c (patch) | |
| tree | 113702144050a9504d8f6955b36f7d5fd3d589c8 /README.md | |
| parent | d2a08d73a5a5907ceb8ecbb00d1b72db06360633 (diff) | |
| download | vcpkg-a64399e0a641a0613024f99fbb4f235e81a4b77c.tar.gz vcpkg-a64399e0a641a0613024f99fbb4f235e81a4b77c.zip | |
[typo] Fix incorrect Path in readme (#13066)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -254,7 +254,7 @@ and go to the CMake settings (Build, Execution, Deployment > CMake). Finally, in `CMake options`, add the following line: ``` --DCMAKE_TOOLCHAIN_FILE=C:/Users/nimazzuc/src/vcpkg/scripts/buildsystems/vcpkg.cmake +-DCMAKE_TOOLCHAIN_FILE=[vcpkg root]/scripts/buildsystems/vcpkg.cmake ``` Unfortunately, you'll have to add this to each profile. |
