From 343fa8f0cbad19402a2533651acc53149be1fcf5 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Wed, 27 Nov 2013 18:53:28 +0100 Subject: Add a PLATFORM_GNU global variable matching all GNU systems such as Debian's Linux, kFreeBSD and Hurd --- lib/clipboard/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/clipboard/CMakeLists.txt') diff --git a/lib/clipboard/CMakeLists.txt b/lib/clipboard/CMakeLists.txt index a189ec4..7999cc1 100644 --- a/lib/clipboard/CMakeLists.txt +++ b/lib/clipboard/CMakeLists.txt @@ -7,8 +7,6 @@ add_definitions(-DLIB_COMPILE=1) if(PLATFORM_WINDOWS) set(CLIPBOARD_SRC src/clipboardWin32.c) -elseif(PLATFORM_LINUX) - set(CLIPBOARD_SRC src/clipboardX11.c) else() set(CLIPBOARD_SRC src/clipboardX11.c) endif() -- cgit v1.2.3-1-g7c22