summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-01-03 16:37:32 (GMT)
committerBrad King <brad.king@kitware.com>2012-01-03 16:37:32 (GMT)
commitf15d75760f2041b43f25a6a0b83b59908acf8781 (patch)
tree8235c745b427d3587cb65313d99d97249597ddd5 /Utilities
parent3a9f4490f43569af145a444593cd091779d198a9 (diff)
downloadCMake-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.txt1
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.