summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bindings/perl/src/CMakeLists.txt1
-rw-r--r--utils/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/bindings/perl/src/CMakeLists.txt b/bindings/perl/src/CMakeLists.txt
index 4e4dd97..9e9e0fd 100644
--- a/bindings/perl/src/CMakeLists.txt
+++ b/bindings/perl/src/CMakeLists.txt
@@ -1,5 +1,4 @@
include_directories( ${PERL_INCLUDE_PATH} ${CMAKE_SOURCE_DIR}/libproxy )
-link_directories(${LIBPROXY_LIBRARY_DIRS})
# Run doxsubpp.pl to run xsubpp on Libproxy.xs
add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/Libproxy.c
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 14cdb20..52010c6 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -1,5 +1,4 @@
include_directories("../libproxy")
-link_directories(${LIBPROXY_LIBRARY_DIRS})
add_executable(proxy proxy.c)
target_link_libraries(proxy libproxy)