3
0
mirror of https://github.com/triqs/dft_tools synced 2024-08-06 20:40:00 +02:00

[cmake] Add -Wno-gcc-compat to project_warnings target

This commit is contained in:
Nils Wentzell 2019-09-04 16:17:51 -04:00
parent 36a21ee819
commit 5cb8bbf042

View File

@ -82,6 +82,7 @@ target_compile_options(project_warnings
-Wshadow
-Wpedantic
-Wno-sign-compare
$<$<CXX_COMPILER_ID:Clang>:-Wno-gcc-compat>
)
# #############