summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicolas.dufresne <nicolas.dufresne@c587cffe-e639-0410-9787-d7902ae8ed56>2010-10-12 17:39:24 +0000
committernicolas.dufresne <nicolas.dufresne@c587cffe-e639-0410-9787-d7902ae8ed56>2010-10-12 17:39:24 +0000
commit41d0d767a07e815ec4fa8b91ff20231450895400 (patch)
tree23e99834e63103ee2bae7dce7dc87ce3913acc6e
parent36258c11f4ede606d45209fa0d69bd0b297aa1f2 (diff)
downloadlibproxy-41d0d767a07e815ec4fa8b91ff20231450895400.tar.gz
Don't append empty variable to link_directories
git-svn-id: http://libproxy.googlecode.com/svn/trunk@775 c587cffe-e639-0410-9787-d7902ae8ed56
-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)