[nfde] Suppress warnings
This commit is contained in:
4
deps/nfde/CMakeLists.txt
vendored
4
deps/nfde/CMakeLists.txt
vendored
@ -1,6 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
project(nativefiledialog-extended)
|
||||
|
||||
if(NOT MSVC)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -w")
|
||||
endif()
|
||||
|
||||
set(nfd_PLATFORM Undefined)
|
||||
if(WIN32)
|
||||
set(nfd_PLATFORM PLATFORM_WIN32)
|
||||
|
Reference in New Issue
Block a user