CMake: Disable building the wxWidgets port by default since it is not supported yet.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1061 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
b716c9c328
commit
88de75eb7d
|
@ -8,9 +8,9 @@ if( COMMAND cmake_policy )
|
|||
endif( COMMAND cmake_policy )
|
||||
SET( CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMakeScripts )
|
||||
|
||||
option( ENABLE_WX "Build the wxWidgets port" ON )
|
||||
option( ENABLE_SDL "Build the SDL port" ON )
|
||||
option( ENABLE_GTK "Build the GTK+ GUI" ON )
|
||||
option( ENABLE_WX "Build the wxWidgets port" OFF )
|
||||
option( ENABLE_DEBUGGER "Enable the debugger" ON )
|
||||
option( ENABLE_NLS "Enable translations" ON )
|
||||
option( ENABLE_ASM_CORE "Enable x86 ASM CPU cores" OFF )
|
||||
|
|
Loading…
Reference in New Issue