Skip to content

Commit

Permalink
Merge pull request #1026 from BjarneHerland/threads_dependency
Browse files Browse the repository at this point in the history
Removed dependency of package Threads
  • Loading branch information
dorodnic committed Jan 19, 2018
2 parents c9da089 + 1ed08fb commit 805df21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,6 @@ if(UNIX)
message(FATAL_ERROR "\n\n PkgConfig package is missing!\n\n")
endif()

find_package (Threads REQUIRED)
list(APPEND librealsense_PKG_DEPS "Threads")

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC -pedantic -g -D_BSD_SOURCE")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -pedantic -g -Wno-missing-field-initializers")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-switch -Wno-multichar -Wsequence-point")
Expand Down

0 comments on commit 805df21

Please sign in to comment.