diff options
Diffstat (limited to 'unit')
| -rw-r--r-- | unit/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/unit/CMakeLists.txt b/unit/CMakeLists.txt index 601b70d..7025a16 100644 --- a/unit/CMakeLists.txt +++ b/unit/CMakeLists.txt @@ -20,10 +20,3 @@ set(BHUNIT_HEADER # Library add_library(BHUnit STATIC ${BHUNIT_SOURCE} ${BHUNIT_HEADER}) target_include_directories(BHUnit PUBLIC include) - -# Enable all compiler warnings -if(MSVC) - target_compile_options(BHUnit PRIVATE /W4 /WX) -else() - target_compile_options(BHUnit PRIVATE -Wall -Wextra -Wpedantic -Werror -fstrict-aliasing) -endif() |
