From 46acf162f5c42e5f2d1e9f65a128a3cdc9662cd2 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Fri, 1 Aug 2003 13:00:42 -0400 Subject: change lib path back to empty --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1955557..ab94699 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,7 @@ MARK_AS_ADVANCED(CURL_TESTING) SET(EXECUTABLE_OUTPUT_PATH ${CMake_BINARY_DIR}/bin CACHE INTERNAL "Where to put the executables for CMake" ) -SET(LIBRARY_OUTPUT_PATH ${CMake_BINARY_DIR}/bin CACHE INTERNAL +SET(LIBRARY_OUTPUT_PATH "" CACHE INTERNAL "Where to put the libraries for CMake" ) -- cgit v0.12