change lib path back to empty

This commit is contained in:
Ken Martin 2003-08-01 13:00:42 -04:00
parent b036f6e91d
commit 46acf162f5
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ MARK_AS_ADVANCED(CURL_TESTING)
SET(EXECUTABLE_OUTPUT_PATH ${CMake_BINARY_DIR}/bin CACHE INTERNAL SET(EXECUTABLE_OUTPUT_PATH ${CMake_BINARY_DIR}/bin CACHE INTERNAL
"Where to put the executables for CMake" "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" "Where to put the libraries for CMake"
) )