From 16201d60cc03316d8a437e6da68e7ad7561bf220 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Wed, 25 May 2022 10:29:24 -0400 Subject: [PATCH] bump as we think the freebsd CI is fixed --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b4a569c82..68ce3966b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,6 +2,7 @@ add_definitions(-DTRANSLATION_DOMAIN=\"konsole\") + ### Handle DragonFlyBSD here instead of using __DragonFly__ IF(${CMAKE_SYSTEM_NAME} MATCHES "DragonFly") set(HAVE_OS_DRAGONFLYBSD 1)