diff --git a/src/corelib/configure.cmake b/src/corelib/configure.cmake index 9dc07f838c2..d15b5767a85 100644 --- a/src/corelib/configure.cmake +++ b/src/corelib/configure.cmake @@ -1263,7 +1263,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(