Skip to content

Commit

Permalink
addiing link directory as cmake would find pistache
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Jan 15, 2021
1 parent a7aa748 commit cd7bdab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/ExternalProjects.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ set(PROTOC_EXE /usr/local/bin/protoc)
set(GRPC_PLUGIN /usr/local/bin/grpc_cpp_plugin)

# Pistache
link_directories(${CMAKE_INSTALL_PREFIX}/lib)
ExternalProject_Add(pistache_ext
GIT_REPOSITORY "https://github.com/oktal/pistache.git"
GIT_TAG "2ef937c434810858e05d446e97acbdd6cc1a5a36"
Expand Down

0 comments on commit cd7bdab

Please sign in to comment.