diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 5024470..f3ce258 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -13,7 +13,7 @@ target_link_libraries(noexceptionstests PRIVATE utf8::cpp) target_compile_options(${PROJECT_NAME} INTERFACE $<$:/W4> - $<$>:-Wall -Wextra -Wpedantic -Wconversion -Wsign-conversion>) + $<$>:-Wall -Wextra -Wpedantic -Wconversion>) target_compile_options(noexceptionstests PUBLIC -fno-exceptions)