Native Cocoa back-end is enabled by default

This commit is contained in:
alexey.lysiuk 2014-09-20 11:56:15 +03:00
parent e8ca4fa94e
commit 49dca4d9cb
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ endif( ZD_CMAKE_COMPILER_IS_GNUCXX_COMPATIBLE )
option( DYN_FLUIDSYNTH "Dynamically load fluidsynth" ON )
option( OSX_COCOA_BACKEND "Use native Cocoa backend instead of SDL" OFF )
option( OSX_COCOA_BACKEND "Use native Cocoa backend instead of SDL" ON )
if( CMAKE_SIZEOF_VOID_P MATCHES "8" )
set( X64 64 )