mirror of https://github.com/libAthena/athena.git
lzokay: Disable -Wmaybe-uninitialized for GCC
This commit is contained in:
parent
1805568808
commit
165a8803dc
|
@ -1,4 +1,7 @@
|
||||||
add_subdirectory(lzokay)
|
add_subdirectory(lzokay)
|
||||||
|
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||||
|
target_compile_options(lzokay PRIVATE -Wno-maybe-uninitialized)
|
||||||
|
endif ()
|
||||||
add_subdirectory(zlib)
|
add_subdirectory(zlib)
|
||||||
add_subdirectory(yaml)
|
add_subdirectory(yaml)
|
||||||
if(NOT TARGET fmt)
|
if(NOT TARGET fmt)
|
||||||
|
|
Loading…
Reference in New Issue