mirror of
https://github.com/eclipse/upm.git
synced 2025-07-27 14:11:15 +03:00
Threading: Scrubbed usage of threading in libraries
Removed include for pthreads from libraries where it appears NOT to be used. Added ${CMAKE_THREAD_LIBS_INIT} to CMakeLists.txt for libraries which appear to require threading. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -27,7 +27,6 @@
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <pthread.h>
|
||||
|
||||
#include "t3311.hpp"
|
||||
|
||||
|
Reference in New Issue
Block a user