mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Made the cmake SDL flag a regular, non-advanced option so that it's not hidden from the base setup on Windows.
This commit is contained in:
parent
6a40b8bb84
commit
131090f1b7
1 changed files with 0 additions and 1 deletions
|
|
@ -64,7 +64,6 @@ option(TORQUE_EXTENDED_MOVE "Extended move support" OFF)
|
||||||
mark_as_advanced(TORQUE_EXTENDED_MOVE)
|
mark_as_advanced(TORQUE_EXTENDED_MOVE)
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
option(TORQUE_SDL "Use SDL for window and input" OFF)
|
option(TORQUE_SDL "Use SDL for window and input" OFF)
|
||||||
mark_as_advanced(TORQUE_SDL)
|
|
||||||
else()
|
else()
|
||||||
set(TORQUE_SDL ON) # we need sdl to work on Linux/Mac
|
set(TORQUE_SDL ON) # we need sdl to work on Linux/Mac
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue