libarchive: Remove hard-coded build configuration

Do not set CMAKE_BUILD_TYPE to Debug.  Use the configuration specified by
the user.
This commit is contained in:
Brad King 2012-01-03 11:37:32 -05:00
parent 3a9f4490f4
commit f15d75760f
1 changed files with 0 additions and 1 deletions

View File

@ -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.