1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 03:45:35 +00:00

No longer relevant

This commit is contained in:
Mads Buvik Sandvei 2020-07-04 21:03:26 +02:00
parent 166103cef5
commit 51fc105bfd

View file

@ -230,9 +230,6 @@ if (WIN32)
# Get rid of useless crud from windows.h
add_definitions(-DNOMINMAX -DWIN32_LEAN_AND_MEAN)
# Get rid of the pointless warning "enum type is unscoped"
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd26812")
endif()
if (NOT WIN32 AND BUILD_WIZARD) # windows users can just run the morrowind installer