Merge pull request #9555 from abouvier/catch2-update

tests: update catch2 to 3.0.1
This commit is contained in:
liamwhite 2023-01-22 18:22:47 -05:00 committed by GitHub
commit ef4b11726f
18 changed files with 24 additions and 29 deletions

View file

@ -5,6 +5,9 @@
# some of its variables, which is only possible in 3.13+
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
# Disable tests in all externals supporting the standard option name
set(BUILD_TESTING OFF)
# xbyak
if ((ARCHITECTURE_x86 OR ARCHITECTURE_x86_64) AND NOT TARGET xbyak::xbyak)
add_subdirectory(xbyak EXCLUDE_FROM_ALL)