From e492c7b7aa7217b747660d6bafd98112081cfc9d Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sat, 17 Aug 2019 00:52:54 +1000 Subject: Fix build for Haiku diff --git a/CMakeLists.txt b/CMakeLists.txt index c6627da..3cf966b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ if (USB_BACKEND_LIBUSB) message(WARNING "WARNING! You're using libusb, this is known to be broken -- large memory consumption, violating kernel memory limits and bugs. Continue at your own risk") endif() -add_definitions(-Wall -pthread) +add_definitions(-Wall) if (NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release) -- 2.21.0