From f15d75760f2041b43f25a6a0b83b59908acf8781 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 3 Jan 2012 11:37:32 -0500 Subject: libarchive: Remove hard-coded build configuration Do not set CMAKE_BUILD_TYPE to Debug. Use the configuration specified by the user. --- Utilities/cmlibarchive/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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. -- cgit v0.12