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 89bd419a06
commit 121d4c87e3

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.