1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

CMakeLists.txt: remove -Werror flag for GNU compilers.

This commit is contained in:
Henrik Hautakoski 2022-09-21 10:21:19 +02:00
parent f5d733a4f1
commit 6273b048bb

View file

@ -71,7 +71,7 @@ set( CMAKE_CXX_EXTENSIONS OFF )
# c++ flags
add_compile_options(
"$<$<CXX_COMPILER_ID:GNU>:-Werror;-Wall;-Wconversion;-Wno-sign-conversion;-Wextra>"
"$<$<CXX_COMPILER_ID:GNU>:-Wall;-Wconversion;-Wno-sign-conversion;-Wextra>"
"$<$<CXX_COMPILER_ID:MSVC>:/W3;-D_CRT_SECURE_NO_WARNINGS=1>"
# Debug