File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ You can use package patterns to apply the configuration in those dependencies wh
184
184
.. code-block :: text
185
185
186
186
*:tools.cmake.cmaketoolchain:generator=Ninja
187
- zlib:tools.cmake.cmaketoolchain:generator=Visual Studio 16 2019
187
+ zlib/* :tools.cmake.cmaketoolchain:generator=Visual Studio 16 2019
188
188
189
189
This example shows you how to specify a general ``generator `` for all your packages except for ``zlib `` which is defining
190
190
``Visual Studio 16 2019 `` as its generator.
@@ -194,7 +194,7 @@ configuration lines above:
194
194
195
195
.. code-block :: text
196
196
197
- zlib:tools.cmake.cmaketoolchain:generator=Visual Studio 16 2019
197
+ zlib/* :tools.cmake.cmaketoolchain:generator=Visual Studio 16 2019
198
198
*:tools.cmake.cmaketoolchain:generator=Ninja
199
199
200
200
The result is that you're specifying a general ``generator `` for all your packages, and that's it. The ``zlib `` line has no
You can’t perform that action at this time.
0 commit comments