mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:19:07 +08:00
e9267ac7c4
* adding proxywrapper package * resolving review comments * restrict Linux only * [proxywrapper] Only static library * [libmodman] Move building of tests to a non-default feature * [libproxy] Move tests to a non-default feature * [libproxy] Add features for language bindings * [proxywrapper] Require C++ 11 standard
14 lines
484 B
Diff
14 lines
484 B
Diff
diff --git a/libproxy/Findlibproxy.cmake.in b/libproxy/Findlibproxy.cmake.in
|
|
index ef44489..c0bd2ae 100644
|
|
--- a/libproxy/Findlibproxy.cmake.in
|
|
+++ b/libproxy/Findlibproxy.cmake.in
|
|
@@ -12,7 +12,7 @@
|
|
|
|
# Find proxy.h and the corresponding library (libproxy.so)
|
|
FIND_PATH(LIBPROXY_INCLUDE_DIR proxy.h )
|
|
-FIND_LIBRARY(LIBPROXY_LIBRARIES NAMES proxy )
|
|
+FIND_LIBRARY(LIBPROXY_LIBRARIES NAMES proxy libproxy)
|
|
|
|
# Set library version
|
|
SET(LIBPROXY_VERSION @PROJECT_VERSION@)
|