Hello, Sune Stolborg Vuorela, le mar. 20 sept. 2022 20:37:20 +0200, a ecrit: > Consider applying the following instead: > > diff --git a/kde-modules/KDEMetaInfoPlatformCheck.cmake b/kde-modules/ > KDEMetaInfoPlatformCheck.cmake > index c02cfff0..49af1aab 100644 > --- a/kde-modules/KDEMetaInfoPlatformCheck.cmake > +++ b/kde-modules/KDEMetaInfoPlatformCheck.cmake > @@ -70,6 +70,6 @@ if (NOT "${KF_IGNORE_PLATFORM_CHECK}") > endforeach() > > if (NOT _MetainfoFoundSupportedPlatform) > - message(FATAL_ERROR "Your current platform '${CMAKE_SYSTEM_NAME}' is > not supported. The list of supported platorms is '$ > {_MetainfoSupportedPlatforms}'.If you think this is a mistake or you are > working on enabling the platform please build with the > KF_IGNORE_PLATFORM_CHECK variable set to true") > + message(WARNING "Your current platform '${CMAKE_SYSTEM_NAME}' is not > supported. The list of supported platorms is '$ > {_MetainfoSupportedPlatforms}'.If you think this is a mistake or you are > working on enabling the platform please build with the > KF_IGNORE_PLATFORM_CHECK variable set to true")
That would be sort of simpler indeed :) I wonder if upstream could accept this way of making the build only produce that warning, and not fail the build completely? Samuel