We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3383b commit 0c6dcc2Copy full SHA for 0c6dcc2
1 file changed
ThirdParty/ConanRecipes/README.md
@@ -52,6 +52,13 @@ python build_recipes.py --upload \
52
python build_recipes.py --export-only
53
```
54
55
+## Windows notes
56
+
57
+Some recipes build code that needs ATL (e.g. `atlbase.h`), which a stock Visual
58
+Studio C++ installation does not ship. If a build fails with a missing-ATL
59
+error, open the Visual Studio Installer and add the **C++ ATL** component
60
+(Modify -> Individual components -> "C++ ATL for latest build tools").
61
62
## CI
63
64
Recipe changes are validated and published automatically:
0 commit comments