summaryrefslogtreecommitdiffstats
path: root/src/sensors/configure.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensors/configure.cmake')
-rw-r--r--src/sensors/configure.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/sensors/configure.cmake b/src/sensors/configure.cmake
index 1573cca0..04eb0e30 100644
--- a/src/sensors/configure.cmake
+++ b/src/sensors/configure.cmake
@@ -45,7 +45,10 @@ if (LINUX)
# src/plugins/sensors/CMakeLists.txt and fix any potential errors.
qt_configure_add_summary_entry(ARGS "sensorfw")
qt_configure_add_summary_entry(ARGS "sensorfw_enabled_with_cmake")
- qt_configure_add_report(MESSAGE "SensorFW support currently not enabled with cmake")
+ qt_configure_add_report_entry(
+ TYPE WARNING
+ MESSAGE "SensorFW support currently not enabled with cmake"
+ )
endif()
if (WIN32)