diff options
| author | Christian Ullrich <chris@chrullrich.net> | 2016-12-20 09:21:15 +0100 |
|---|---|---|
| committer | Christian Ullrich <chris@chrullrich.net> | 2016-12-20 09:21:15 +0100 |
| commit | d68abcd321e7cabe3c25a72a90a3c8db6c079e6d (patch) | |
| tree | ea5cd62d838abb64e17abb87a30a0193ed59ecfa /docs | |
| parent | 3b7b380798fbae1072f093019fb89cb7ced744d4 (diff) | |
| download | vcpkg-d68abcd321e7cabe3c25a72a90a3c8db6c079e6d.tar.gz vcpkg-d68abcd321e7cabe3c25a72a90a3c8db6c079e6d.zip | |
Mention blank-property trap in FAQ.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/FAQ.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index 7bc57f605..0a82d320e 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -61,6 +61,9 @@ In a corporate scenario, we currently recommend building the libraries once and ## What Visual C++ toolsets are supported? We plan to only support Visual Studio 2015 and above. +## Why does Visual Studio not use my libraries with user-wide integration enabled? +Enabling user-wide integration (`vcpkg integrate install`) changes the default for some project properties. In particular, "C/C++/General/Additional Include Directories" and "Linker/General/Additional Library Directories" are normally blank *without* user-wide integration. *With* integration, a blank value means that the augmented default supplied by vcpkg is overridden, and headers/libraries will not be found. To reinstate the default, set the properties to inherit from parent. + ## Can I acquire my package's sources by Git url+tag? Yes, however we prefer compressed archives of the specific release/commit since the internal downloads and build trees are meant to be read only. Github provides archives for every commit, tag, and branch, so it's always possible to perform this substitution for repositories hosted there. |
