Skip to content

Commit

Permalink
Turn off tests using magic enum round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Jun 1, 2024
1 parent 4b50ae8 commit c7726bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7726bd

Please sign in to comment.