From c7726bdd5fcb1be5c6b3ae4c037a91377e5ea949 Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Fri, 31 May 2024 21:04:03 -0500 Subject: [PATCH] Turn off tests using magic enum round 2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f2b2c425..7b0b4982 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -164,7 +164,7 @@ if(LIBASSERT_SANITIZER_BUILD) endif() if(LIBASSERT_BUILD_TESTING) # TODO: Maybe remove - set(LIBASSERT_USE_MAGIC_ENUM ON) + # set(LIBASSERT_USE_MAGIC_ENUM ON) endif() # add pre-processor definitions corresponding to CMake options