diff options
author | Alexandru Croitor <[email protected]> | 2025-06-02 16:12:23 +0200 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2025-06-04 19:08:14 +0200 |
commit | 86d843be47d04ca2d5c2ab1f052cd2a822a2979c (patch) | |
tree | 3295abd04bc47f8c4a11adab3f1f4e5477ee179c | |
parent | 5220685a11afcc02ae92e7fdd17c9efc72975e83 (diff) |
Remove the obsolete reference to the atomicfptr directory in the error
message.
With the improved error reporting of the parent change, the build
system will now dump the output of the atomicfptr test in case of
failure, which should provide more information about what goes wrong.
Pick-to: 6.8 6.9 6.10
Fixes: QTBUG-133687
Change-Id: Iaffc992f90c06425113cc2ef721d87d31e97bbc6
Reviewed-by: Thiago Macieira <[email protected]>
-rw-r--r-- | src/corelib/configure.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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( |