Skip to content

Commit

Permalink
Merge pull request #404 from parisiale/fix_find_cpp-pcp-client
Browse files Browse the repository at this point in the history
(maint) Look for .dylib in Findcpp-pcp-client.cmake
  • Loading branch information
Michael Smith committed Apr 27, 2016
2 parents 0a77bc5 + e4f62fe commit 265749a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Findcpp-pcp-client.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ include(FindDependency)
find_dependency(cpp-pcp-client
DISPLAY "cpp-pcp-client"
HEADERS "cpp-pcp-client/connector/connection.hpp"
LIBRARIES "libcpp-pcp-client.so" "cpp-pcp-client"
LIBRARIES "libcpp-pcp-client.so" "libcpp-pcp-client.dylib" "cpp-pcp-client"
REQUIRED)

0 comments on commit 265749a

Please sign in to comment.