CMake: quiet uninitialized warning in fmtlib
This can be removed after the next upgrade.
This commit is contained in:
5
extern/fmtlib/CMakeLists.txt
vendored
5
extern/fmtlib/CMakeLists.txt
vendored
@@ -1,5 +1,10 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
if(CMAKE_COMPILER_IS_GNUCC)
|
||||
# NOTE: Resolved up-stream, quiet noisy compiler warnings for now.
|
||||
add_cxx_flag("-Wno-uninitialized")
|
||||
endif()
|
||||
|
||||
set(INC
|
||||
include
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user