Remove old -Wno-everything from extern
This commit is contained in:
parent
5200122245
commit
90ed1c0ea0
1 changed files with 0 additions and 6 deletions
6
extern/CMakeLists.txt
vendored
6
extern/CMakeLists.txt
vendored
|
@ -51,12 +51,6 @@ FetchContent_MakeAvailable(bullet)
|
|||
FetchContent_MakeAvailable(spirv-cross)
|
||||
FetchContent_MakeAvailable(glslang)
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
|
||||
|
||||
else()
|
||||
add_definitions(-Wno-everything)
|
||||
endif()
|
||||
|
||||
set(OPUS_INSTALL_CMAKE_CONFIG_MODULE OFF CACHE BOOL "" FORCE)
|
||||
set(BUILD_TESTING OFF CACHE BOOL "" FORCE)
|
||||
|
||||
|
|
Reference in a new issue