Archived
1
Fork 0

Remove old -Wno-everything from extern

This commit is contained in:
Joshua Goins 2022-02-18 09:12:34 -05:00
parent 5200122245
commit 90ed1c0ea0

View file

@ -51,12 +51,6 @@ FetchContent_MakeAvailable(bullet)
FetchContent_MakeAvailable(spirv-cross) FetchContent_MakeAvailable(spirv-cross)
FetchContent_MakeAvailable(glslang) 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(OPUS_INSTALL_CMAKE_CONFIG_MODULE OFF CACHE BOOL "" FORCE)
set(BUILD_TESTING OFF CACHE BOOL "" FORCE) set(BUILD_TESTING OFF CACHE BOOL "" FORCE)