Browse Source

URHO3D_WEBSOCKETS option tweaked

Arnis Lielturks 5 years ago
parent
commit
55f35f6b56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmake/Modules/UrhoCommon.cmake

+ 1 - 1
cmake/Modules/UrhoCommon.cmake

@@ -151,7 +151,7 @@ option (URHO3D_IK "Enable inverse kinematics support" TRUE)
 option (URHO3D_LUA "Enable additional Lua scripting support" TRUE)
 option (URHO3D_LUA "Enable additional Lua scripting support" TRUE)
 option (URHO3D_NAVIGATION "Enable navigation support" TRUE)
 option (URHO3D_NAVIGATION "Enable navigation support" TRUE)
 option (URHO3D_NETWORK "Enable networking 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_PHYSICS "Enable physics support" TRUE)
 option (URHO3D_URHO2D "Enable 2D graphics and physics support" TRUE)
 option (URHO3D_URHO2D "Enable 2D graphics and physics support" TRUE)
 option (URHO3D_WEBP "Enable WebP support" TRUE)
 option (URHO3D_WEBP "Enable WebP support" TRUE)