[client,SDL] default webview to off

The AAD webview is currently not working as expected, disable until
resolved.
This commit is contained in:
akallabeth 2024-09-11 22:23:33 +02:00
parent 3682e11e55
commit 2175428df5
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -16,9 +16,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set(WITH_WEBVIEW_DEFAULT OFF)
if (UNIX AND NOT APPLE)
set(WITH_WEBVIEW_DEFAULT ON)
endif()
option(WITH_WEBVIEW "Build with WebView support for AAD login popup browser" ${WITH_WEBVIEW_DEFAULT})
if (WITH_WEBVIEW)