diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-06-06 17:59:00 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2019-06-06 17:59:38 +0200 |
commit | b1933e1c8e2988975ad8a5d9bddad300f3df485f (patch) | |
tree | dcec31bf530b4df89127b1211968e46e1b2cd594 /apps/http-proxy | |
parent | 8129b8ce13febec6730fa48abbe6d3fcae3bc27f (diff) |
[HICN-213] Fix pthread linking in apps
Change-Id: I3ec3026c439ab7630333e24312443de16c7249cb
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'apps/http-proxy')
-rw-r--r-- | apps/http-proxy/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/http-proxy/CMakeLists.txt b/apps/http-proxy/CMakeLists.txt index 85c044d58..7c68131ef 100644 --- a/apps/http-proxy/CMakeLists.txt +++ b/apps/http-proxy/CMakeLists.txt @@ -24,7 +24,6 @@ if (NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE "Release") endif () -find_package(Threads REQUIRED) include_directories( SYSTEM ${CMAKE_BINARY_DIR} |