diff options
-rw-r--r-- | kde-modules/KDEMetaInfoPlatformCheck.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
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) |