From: tobtoht Date: Wed, 14 Jul 2021 12:51:44 +0000 (+0200) Subject: CMakeLists: remove THREADS_PREFER_PTHREAD_FLAG X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=56c57a8c23078fb59fa7b7608a9fa9d9f19fb983;p=gamesguru%2Ffeather.git CMakeLists: remove THREADS_PREFER_PTHREAD_FLAG --- diff --git a/CMakeLists.txt b/CMakeLists.txt index cbac4bd8..87224dcf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,6 @@ project(feather) message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}") -set(THREADS_PREFER_PTHREAD_FLAG ON) set(VERSION_MAJOR "0") set(VERSION_MINOR "1") set(VERSION_REVISION "0")