|
|
@@ -151,7 +151,7 @@ option (URHO3D_IK "Enable inverse kinematics support" TRUE)
|
|
|
option (URHO3D_LUA "Enable additional Lua scripting support" TRUE)
|
|
|
option (URHO3D_NAVIGATION "Enable navigation support" TRUE)
|
|
|
option (URHO3D_NETWORK "Enable networking support" TRUE)
|
|
|
-cmake_dependent_option (URHO3D_WEBSOCKETS "Enable Websockets support" FALSE "ANDROID OR MINGW" FALSE)
|
|
|
+cmake_dependent_option (URHO3D_WEBSOCKETS "Enable Websockets support" FALSE "NOT ANDROID AND NOT MINGW" FALSE)
|
|
|
option (URHO3D_PHYSICS "Enable physics support" TRUE)
|
|
|
option (URHO3D_URHO2D "Enable 2D graphics and physics support" TRUE)
|
|
|
option (URHO3D_WEBP "Enable WebP support" TRUE)
|