diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-01-22 18:22:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-22 18:22:47 -0500 |
commit | f99f618d45ad862c4bc23fc28c91d1c48218a3cb (patch) | |
tree | ec7b1205207b6c177af1bad768119e713b30138d /externals/CMakeLists.txt | |
parent | 78df1ddce8853255863adbe14bdfb7abf60319fe (diff) | |
parent | 7a2bd13f5bf00153fc543daa779c1037ecbe4298 (diff) |
Merge pull request #9555 from abouvier/catch2-update
tests: update catch2 to 3.0.1
Diffstat (limited to 'externals/CMakeLists.txt')
-rw-r--r-- | externals/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 89a381587..94dd8bb62 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt @@ -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) |