aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRoelf-Jilling <r-j.wolthuis@live.com>2018-11-19 19:47:31 +0100
committerRoelf-Jilling <r-j.wolthuis@live.com>2018-11-19 19:47:31 +0100
commit381e4c94af038bd0ff364ddec918ea077c405ecf (patch)
tree514dccc3ab9a63475edcc4b26bb28da57a0a6307 /docs
parent94ec7c46a51b7bb1fe5f3e64a2f90fb8b3a0ade1 (diff)
downloadvcpkg-381e4c94af038bd0ff364ddec918ea077c405ecf.tar.gz
vcpkg-381e4c94af038bd0ff364ddec918ea077c405ecf.zip
Move -DCMAKE_... to a new line to prevent the line-break after the dash.
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/using-sqlite.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/using-sqlite.md b/docs/examples/using-sqlite.md
index e622b9039..eb03d57d2 100644
--- a/docs/examples/using-sqlite.md
+++ b/docs/examples/using-sqlite.md
@@ -89,7 +89,8 @@ To remove the integration for your user, you can use `.\vcpkg integrate remove`.
<a name="cmake"></a>
#### CMake (Toolchain File)
-The best way to use installed libraries with cmake is via the toolchain file `scripts\buildsystems\vcpkg.cmake`. To use this file, you simply need to add it onto your CMake command line as `-DCMAKE_TOOLCHAIN_FILE=D:\src\vcpkg\scripts\buildsystems\vcpkg.cmake`.
+The best way to use installed libraries with cmake is via the toolchain file `scripts\buildsystems\vcpkg.cmake`. To use this file, you simply need to add it onto your CMake command line as:
+`-DCMAKE_TOOLCHAIN_FILE=D:\src\vcpkg\scripts\buildsystems\vcpkg.cmake`.
If you are using CMake through Open Folder with Visual Studio 2017 you can define `CMAKE_TOOLCHAIN_FILE` by adding a "variables" section to each of your `CMakeSettings.json` configurations: