aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/using-sqlite.md
diff options
context:
space:
mode:
authorRoelf-Jilling <r-j.wolthuis@live.com>2018-11-19 19:35:00 +0100
committerRoelf-Jilling <r-j.wolthuis@live.com>2018-11-19 19:35:00 +0100
commit94ec7c46a51b7bb1fe5f3e64a2f90fb8b3a0ade1 (patch)
tree79e72775c580bbbaa2c6e4cc15464bd652907515 /docs/examples/using-sqlite.md
parent6633d421b7f53ba6faadb8ee85ef806718dfd64b (diff)
downloadvcpkg-94ec7c46a51b7bb1fe5f3e64a2f90fb8b3a0ade1.tar.gz
vcpkg-94ec7c46a51b7bb1fe5f3e64a2f90fb8b3a0ade1.zip
Add note, to delete the CMake cache, after editing a configuration.
Diffstat (limited to 'docs/examples/using-sqlite.md')
-rw-r--r--docs/examples/using-sqlite.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/using-sqlite.md b/docs/examples/using-sqlite.md
index 35da141d0..e622b9039 100644
--- a/docs/examples/using-sqlite.md
+++ b/docs/examples/using-sqlite.md
@@ -109,6 +109,7 @@ If you are using CMake through Open Folder with Visual Studio 2017 you can defin
}]
}
```
+*Note: It might be necessary to delete the CMake cache folder of each modified configuration, to force a full regeneration. In the `CMake` menu, under `Cache (<configuration name>)` you'll find `Delete Cache Folders`.*
Now let's make a simple CMake project with a main file.
```cmake