CMakeLists.txt: Don't turn on "RGSS2" by default

This commit is contained in:
Jonas Kulla 2014-07-25 14:47:08 +02:00
parent e38ec7be98
commit 0d96207b39
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Project(mkxp)
## Setup options ##
option(RGSS2 "Enable RGSS2" ON)
option(RGSS2 "Enable RGSS2" OFF)
option(FORCE32 "Force 32bit compile on 64bit OS" OFF)
set(BINDING "MRI" CACHE STRING "The Binding Type (MRI, MRUBY, NULL)")
set(EXTERNAL_LIB_PATH "" CACHE PATH "External precompiled lib prefix")