From 733b7e9a5401787b21c885d1ae22e50faba21c2b Mon Sep 17 00:00:00 2001 From: Andrew Hyatt Date: Tue, 17 Mar 2020 14:09:17 -0400 Subject: [PATCH] Clean up build output --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 952249d..0fed1ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,12 +1,11 @@ project(iokitd) add_compile_options( - -nostdinc - -nostdinc++ -Wno-gcc-compat ) add_definitions(-DIOKIT=1 -DIOKIT_ALL_IPC=1 -DIOKIT_SERVER_VERSION=20150101) +add_definitions(-nostdinc -nostdinc++) find_package(X11 REQUIRED) if (NOT X11_Xrandr_FOUND)