Skip to content

Commit

Permalink
fixup: remove link-pthread.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hjanetzek committed May 24, 2017
1 parent 780e419 commit 40d2447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 45 deletions.
44 changes: 0 additions & 44 deletions paparazzi/link-pthread.patch

This file was deleted.

4 changes: 3 additions & 1 deletion paparazzi/prime_server.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ExternalProject_Add(
GIT_REPOSITORY "https://github.com/kevinkreiser/prime_server.git"

UPDATE_COMMAND ""
PATCH_COMMAND git apply ${CMAKE_CURRENT_SOURCE_DIR}/link-pthread.patch
PATCH_COMMAND ""

BUILD_IN_SOURCE 1
SOURCE_DIR "${CMAKE_BINARY_DIR}/prime_server"
Expand All @@ -25,6 +25,8 @@ ExternalProject_Add(
INSTALL_COMMAND make install
)

set(external-prime_server_CXXFLAGS "-lpthread")

ExternalProject_Get_Property(external-prime_server install_dir)

ExternalProject_Add_Step(
Expand Down

0 comments on commit 40d2447

Please sign in to comment.