From 354208eb66d7ca940cf60d5ba11e668ae354cb79 Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Sat, 15 Nov 2014 14:43:44 +0100 Subject: [PATCH] Renamed CMake -DFORRT option to -DWINRT --- neo/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neo/CMakeLists.txt b/neo/CMakeLists.txt index aef81b37..8d3cc4e7 100644 --- a/neo/CMakeLists.txt +++ b/neo/CMakeLists.txt @@ -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()