Skip to content

Commit

Permalink
- add note about v2 mode and compiler detection
Browse files Browse the repository at this point in the history
Signed-off-by: SSE4 <[email protected]>
  • Loading branch information
SSE4 committed Jul 30, 2020
1 parent 5b804f4 commit 8b7c633
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reference/conan_v2_mode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ Other changes
Previously, if it was not explicit, it was using lowercase ``cpp_info.name`` when it was different
from the package name.

* New compiler detection algorithm is used (e.g. when running ``conan profile new <name> --detect``).
Previously, ``<compiler> --version`` was parsed to detect the compiler and its version. Now, if you're running
``CONAN_V2_MODE``, conan will try to detect the compiler and its version via compiler's built-in macro definitions.

.. note::

Expand Down

0 comments on commit 8b7c633

Please sign in to comment.