mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +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:
@ -3,5 +3,5 @@ if (MRAA_FIRMATA_FOUND)
|
||||
set (libdescription "Curie IMU Sensor using Firmata")
|
||||
set (module_src ${libname}.cpp)
|
||||
set (module_hpp ${libname}.hpp)
|
||||
upm_module_init (mraa)
|
||||
upm_module_init(mraa ${CMAKE_THREAD_LIBS_INIT})
|
||||
endif ()
|
||||
|
Reference in New Issue
Block a user