mirror of
https://github.com/libAthena/athena.git
synced 2025-12-16 08:27:08 +00:00
lzokay: Disable -Wmaybe-uninitialized for GCC
This commit is contained in:
3
extern/CMakeLists.txt
vendored
3
extern/CMakeLists.txt
vendored
@@ -1,4 +1,7 @@
|
||||
add_subdirectory(lzokay)
|
||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
target_compile_options(lzokay PRIVATE -Wno-maybe-uninitialized)
|
||||
endif ()
|
||||
add_subdirectory(zlib)
|
||||
add_subdirectory(yaml)
|
||||
if(NOT TARGET fmt)
|
||||
|
||||
Reference in New Issue
Block a user