diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-08-01 17:00:42 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-08-01 17:00:42 (GMT) |
commit | 46acf162f5c42e5f2d1e9f65a128a3cdc9662cd2 (patch) | |
tree | f9c73a0b22238ad477522f173f4b9971776c2f24 /CMakeLists.txt | |
parent | b036f6e91de4da9cb5ac1e9946648fe31794565a (diff) | |
download | CMake-46acf162f5c42e5f2d1e9f65a128a3cdc9662cd2.zip CMake-46acf162f5c42e5f2d1e9f65a128a3cdc9662cd2.tar.gz CMake-46acf162f5c42e5f2d1e9f65a128a3cdc9662cd2.tar.bz2 |
change lib path back to empty
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |