From: julie Date: Mon, 7 Feb 2011 14:54:14 +0000 (+0000) Subject: Revert "Organize binaries into bin and lib directories" X-Git-Tag: submit/tizen/20180313.231549~850 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d210f23ba894b83874aa232b83fc743e51aac5f;p=platform%2Fupstream%2Flapack.git Revert "Organize binaries into bin and lib directories" This reverts commit e3b5f531553c176a009f41b6a312b0c11b955fd6. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8bc46eea..946da31c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,12 +35,6 @@ enable_testing() set(CMAKE_MODULE_PATH ${LAPACK_SOURCE_DIR} ${CMAKE_MODULE_PATH}) -# Organize output files. On Windows this also keeps .dll files next -# to the .exe files that need them, making tests easy to run. -set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${LAPACK_BINARY_DIR}/bin) -set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${LAPACK_BINARY_DIR}/lib) -set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${LAPACK_BINARY_DIR}/lib) - # -------------------------------------------------- # Check for any necessary platform specific compiler flags include( CheckLAPACKCompilerFlags )