From 3abdbba63981b85cb2deaa8c539b288a5d34d567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Mon, 13 Oct 2014 01:04:58 +0200 Subject: Enable ksysguard build on openbsd --- ksysguard/ksysguardd/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ksysguard/ksysguardd/CMakeLists.txt') diff --git a/ksysguard/ksysguardd/CMakeLists.txt b/ksysguard/ksysguardd/CMakeLists.txt index 9ec73cc93..efb4c9660 100644 --- a/ksysguard/ksysguardd/CMakeLists.txt +++ b/ksysguard/ksysguardd/CMakeLists.txt @@ -15,6 +15,8 @@ include( ConfigureChecks.cmake ) if( ${CMAKE_SYSTEM_NAME} MATCHES "Linux" ) set( OS_SPECIFIC_DIR Linux ) +elseif( ${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD" ) + set( OS_SPECIFIC_DIR OpenBSD ) else() tde_message_fatal( "Your operating system (${CMAKE_SYSTEM_NAME}) is not supported yet." ) endif() -- cgit v1.2.3