Remove unnecessary else
This commit is contained in:
parent
1b90c6f3d5
commit
e1dfd58bdb
1 changed files with 0 additions and 2 deletions
|
@ -102,8 +102,6 @@ else()
|
|||
set(MINGW_FLAG "${MINGW_FLAG} -DWIN32_LEAN_AND_MEAN")
|
||||
set(Boost_THREADAPI win32)
|
||||
include_directories(SYSTEM src/platform/mingw)
|
||||
else()
|
||||
set(MINGW_FLAG "")
|
||||
endif()
|
||||
set(C_WARNINGS "-Waggregate-return -Wnested-externs -Wold-style-definition -Wstrict-prototypes")
|
||||
set(CXX_WARNINGS "-Wno-reorder -Wno-missing-field-initializers")
|
||||
|
|
Loading…
Reference in a new issue