From bb63ba94b76629e4ea9fb32fa5eb1eea18ac5c5a Mon Sep 17 00:00:00 2001 From: Rafael Sadowski Date: Fri, 3 Jun 2022 06:57:29 +0200 Subject: Add OpenBSD support --- kde-modules/KDEMetaInfoPlatformCheck.cmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kde-modules/KDEMetaInfoPlatformCheck.cmake') diff --git a/kde-modules/KDEMetaInfoPlatformCheck.cmake b/kde-modules/KDEMetaInfoPlatformCheck.cmake index 6e86ec4c..c02cfff0 100644 --- a/kde-modules/KDEMetaInfoPlatformCheck.cmake +++ b/kde-modules/KDEMetaInfoPlatformCheck.cmake @@ -38,6 +38,10 @@ if (NOT "${KF_IGNORE_PLATFORM_CHECK}") if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD") set(_MetainfoFoundSupportedPlatform true) endif() + elseif (${CMAKE_MATCH_1} STREQUAL "OpenBSD") + if (CMAKE_SYSTEM_NAME MATCHES "OpenBSD") + set(_MetainfoFoundSupportedPlatform true) + endif() elseif (${CMAKE_MATCH_1} STREQUAL "Windows") if (WIN32) set(_MetainfoFoundSupportedPlatform true) -- cgit v1.2.1