mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
Renamed CMake -DFORRT option to -DWINRT
This commit is contained in:
parent
29caf7a01d
commit
354208eb66
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ option(FFMPEG
|
|||
option(ONATIVE
|
||||
"Optimize for the host CPU" OFF)
|
||||
|
||||
option(FORRT
|
||||
option(WINRT
|
||||
"Build for Windows RT" OFF)
|
||||
|
||||
option(USE_SYSTEM_ZLIB
|
||||
|
@ -176,7 +176,7 @@ elseif(MSVC)
|
|||
#-DUSE_OPENAL
|
||||
-DUSE_EXCEPTIONS)
|
||||
## Check for Version ##
|
||||
if( FORRT ) # Windows RT
|
||||
if( WINRT ) # Windows RT
|
||||
add_definitions(-DUSE_WINRT)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue