diff --git a/src/corelib/configure.cmake b/src/corelib/configure.cmake index 8902194ed5d..0915899656f 100644 --- a/src/corelib/configure.cmake +++ b/src/corelib/configure.cmake @@ -1262,7 +1262,7 @@ qt_configure_add_report_entry( ) qt_configure_add_report_entry( TYPE ERROR - MESSAGE "detected a std::atomic implementation that fails for function pointers. Please apply the patch corresponding to your Standard Library vendor, found in qtbase/config.tests/atomicfptr" + MESSAGE "detected a std::atomic implementation that fails for function pointers." CONDITION NOT TEST_atomicfptr ) qt_configure_add_report_entry(