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:
Noel Eck
2018-01-22 14:39:46 -08:00
parent 7422ec937c
commit f97a62b055
8 changed files with 5 additions and 8 deletions

View File

@ -28,7 +28,6 @@
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include <math.h>
#include "mma7455.hpp"