Skip to content
Snippets Groups Projects
Commit 46b383ac authored by Marco Z's avatar Marco Z
Browse files

CMAKE: Fix toggle fullscreen breakage due to missing define

This is lazy. The correct solution is to eliminate the define in the program code
parent 36e17006
No related branches found
No related tags found
1 merge request!992CMAKE additions: SDL Mixer X, *.debug adjustments, CPACK adjustments, CCACHE
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment