From 61c55795c1358ac6137e5dc1201b4cdc851c2196 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 10 May 2024 16:00:32 +0200 Subject: [PATCH] CMake: Remove mention of tests/auto/other/atwrapper This test was removed in commit eee4167a90c54fa48fb12252741720d9c56f5ec5. Change-Id: Id42634450242a0658bac603d7973b8f1e0e5b6c0 Reviewed-by: Alexandru Croitor --- tests/auto/other/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/auto/other/CMakeLists.txt b/tests/auto/other/CMakeLists.txt index 16f96cd5f4..e261ea234d 100644 --- a/tests/auto/other/CMakeLists.txt +++ b/tests/auto/other/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: BSD-3-Clause -if(NOT CMAKE_CROSSCOMPILING) - # add_subdirectory(atwrapper) <- does not exist -endif() if(TARGET Qt::Widgets) add_subdirectory(gestures) add_subdirectory(languagechange)