diff options
author | Brad King <brad.king@kitware.com> | 2012-01-03 16:37:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-01-03 16:37:32 (GMT) |
commit | f15d75760f2041b43f25a6a0b83b59908acf8781 (patch) | |
tree | 8235c745b427d3587cb65313d99d97249597ddd5 /Utilities | |
parent | 3a9f4490f43569af145a444593cd091779d198a9 (diff) | |
download | CMake-f15d75760f2041b43f25a6a0b83b59908acf8781.zip CMake-f15d75760f2041b43f25a6a0b83b59908acf8781.tar.gz CMake-f15d75760f2041b43f25a6a0b83b59908acf8781.tar.bz2 |
libarchive: Remove hard-coded build configuration
Do not set CMAKE_BUILD_TYPE to Debug. Use the configuration specified by
the user.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmlibarchive/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/cmlibarchive/CMakeLists.txt b/Utilities/cmlibarchive/CMakeLists.txt index f341bf2..100c12f 100644 --- a/Utilities/cmlibarchive/CMakeLists.txt +++ b/Utilities/cmlibarchive/CMakeLists.txt @@ -7,7 +7,6 @@ SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/build/cmake") if(NOT CMAKE_RUNTIME_OUTPUT_DIRECTORY) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${libarchive_BINARY_DIR}/bin) endif() -SET(CMAKE_BUILD_TYPE "Debug") # On MacOS, prefer MacPorts libraries to system libraries. # I haven't come up with a compelling argument for this to be conditional. |