Explorar o código

URHO3D_WEBSOCKETS option tweaked

Arnis Lielturks %!s(int64=5) %!d(string=hai) anos
pai
achega
55f35f6b56
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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_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)