CMAKE: Fix toggle fullscreen breakage due to missing define

This is lazy. The correct solution is to eliminate the define in the program code
This commit is contained in:
mazmazz 2020-06-09 17:31:49 -04:00
parent 87f11e2e2a
commit 929892f2e3

View file

@ -266,7 +266,7 @@ if(${SDL2_FOUND})
endif()
target_compile_definitions(SRB2SDL2 PRIVATE
-DHAVE_SDL
-DDDIRECTFULLSCREEN -DHAVE_SDL
)
## strip debug symbols into separate file when using gcc.