diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-03-15 21:04:36 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-03-15 21:04:36 +0000 |
commit | 10fb4d1a18a0a0573ad84a5ec4e5dd2ba55fdaa3 (patch) | |
tree | 6183213b35be006d9cc12adac81c0b9e01d4d3a3 /CMakeLists.txt | |
parent | 92f20993f94c91ad03213c5fcc2984ee3b487a67 (diff) | |
download | rspamd-10fb4d1a18a0a0573ad84a5ec4e5dd2ba55fdaa3.tar.gz rspamd-10fb4d1a18a0a0573ad84a5ec4e5dd2ba55fdaa3.zip |
[Project] Css: Move some of the tests to the doctest
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ce315822..a50bba36f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -251,7 +251,7 @@ SET(CMAKE_C_FLAGS "${CMAKE_C_OPT_FLAGS} ${CMAKE_C_FLAGS}") SET(CMAKE_CXX_FLAGS "${CMAKE_C_OPT_FLAGS} ${CMAKE_CXX_FLAGS}") ADD_DEFINITIONS(-DHAVE_CONFIG_H) -ADD_DEFINITIONS(-DDOCTEST_CONFIG_SUPER_FAST_ASSERTS) +ADD_DEFINITIONS(-DDOCTEST_CONFIG_NO_MULTI_LANE_ATOMICS) # Check platform specific includes CHECK_INCLUDE_FILES(sys/types.h HAVE_SYS_TYPES_H) |