Skip to content

Commit 0c6dcc2

Browse files
committed
docs(ConanRecipes): note ATL requirement for Windows builds
1 parent 8c3383b commit 0c6dcc2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ThirdParty/ConanRecipes/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ python build_recipes.py --upload \
5252
python build_recipes.py --export-only
5353
```
5454

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+
5562
## CI
5663

5764
Recipe changes are validated and published automatically:

0 commit comments

Comments
 (0)