summaryrefslogtreecommitdiffstats
path: root/cmake/tests/features
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/tests/features')
-rw-r--r--cmake/tests/features/CMakeLists.txt2
-rw-r--r--cmake/tests/features/src/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmake/tests/features/CMakeLists.txt b/cmake/tests/features/CMakeLists.txt
index 7b76a4529f..e255b209c9 100644
--- a/cmake/tests/features/CMakeLists.txt
+++ b/cmake/tests/features/CMakeLists.txt
@@ -28,7 +28,7 @@ assert(QT_FEATURE_top_b STREQUAL "OFF")
assert(QT_FEATURE_top_enabled STREQUAL "ON")
assert(QT_FEATURE_top_disabled STREQUAL "OFF")
assert(QT_FEATURE_top_disabled_enabled STREQUAL "OFF")
-assert(NOT DEFINED QT_FEATURE_top_not_emitted)
+assert(QT_FEATURE_top_not_emitted STREQUAL "OFF")
## Enable feature summary at the end of the configure run:
include(FeatureSummary)
diff --git a/cmake/tests/features/src/CMakeLists.txt b/cmake/tests/features/src/CMakeLists.txt
index 1a31dbc8c5..bfb02be07d 100644
--- a/cmake/tests/features/src/CMakeLists.txt
+++ b/cmake/tests/features/src/CMakeLists.txt
@@ -4,4 +4,4 @@ assert(QT_FEATURE_top_b STREQUAL "OFF")
assert(QT_FEATURE_top_enabled STREQUAL "ON")
assert(QT_FEATURE_top_disabled STREQUAL "OFF")
assert(QT_FEATURE_top_disabled_enabled STREQUAL "OFF")
-assert(NOT DEFINED QT_FEATURE_top_not_emitted)
+assert(QT_FEATURE_top_not_emitted STREQUAL "OFF")