Skip to content

Commit

Permalink
DOCSP-43248-upgrade-catch2-library
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiller-mdb committed Dec 4, 2024
1 parent 35c8174 commit 048fe44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ The v3.11 driver introduces the following breaking changes to the ABI:
MSVC. This is an ABI breaking change if you use an alternative
default calling convention when building projects.

- If the ``ENABLE_TESTS`` variable is set to ``ON`` while building tests in CMake,
the compiler must be updated to C++14. Users can opt out of the C++14 requirement
by disabling tests with ``ENABLE_TESTS=OFF{`` during CMake configuration.

.. _version-3.10-breaking-changes:

Version 3.10
Expand Down

0 comments on commit 048fe44

Please sign in to comment.