Skip to content

Commit

Permalink
Automatic deploy (build number 539)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConanCI bot committed Sep 13, 2023
1 parent 0218661 commit 9ffd35d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 1/_sources/reference/conanfile/attributes.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ attribute:
"compiler": {"Visual Studio": {"version": [11, 12]}},
"arch": None}
In this example we have just defined that this package only works in Windows, with VS 10 and 11.
In this example we have just defined that this package only works in Windows, with VS 11 and 12.
Any attempt to build it in other platforms with other settings will throw an error saying so.
We have also defined that the runtime (the MD and MT flags of VS) is irrelevant for us
(maybe we using a universal one?). Using None as a value means, *maintain the original values* in order
Expand Down
Binary file modified 1/conan.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion 1/reference/conanfile/attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ <h2>default_user, default_channel<a class="headerlink" href="#default-user-defau
<span class="s2">&quot;arch&quot;</span><span class="p">:</span> <span class="kc">None</span><span class="p">}</span>
</pre></div>
</div>
<p>In this example we have just defined that this package only works in Windows, with VS 10 and 11.
<p>In this example we have just defined that this package only works in Windows, with VS 11 and 12.
Any attempt to build it in other platforms with other settings will throw an error saying so.
We have also defined that the runtime (the MD and MT flags of VS) is irrelevant for us
(maybe we using a universal one?). Using None as a value means, <em>maintain the original values</em> in order
Expand Down
2 changes: 1 addition & 1 deletion en/latest/_sources/reference/conanfile/attributes.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ attribute:
"compiler": {"Visual Studio": {"version": [11, 12]}},
"arch": None}
In this example we have just defined that this package only works in Windows, with VS 10 and 11.
In this example we have just defined that this package only works in Windows, with VS 11 and 12.
Any attempt to build it in other platforms with other settings will throw an error saying so.
We have also defined that the runtime (the MD and MT flags of VS) is irrelevant for us
(maybe we using a universal one?). Using None as a value means, *maintain the original values* in order
Expand Down
Binary file modified en/latest/conan.pdf
Binary file not shown.

0 comments on commit 9ffd35d

Please sign in to comment.