[Cmake-commits] CMake branch, next, updated. v2.8.7-1937-g4f132ef

Brad King brad.king at kitware.com
Tue Jan 3 11:43:40 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  4f132efd7d7203a3b725af95a9d2c394386ae611 (commit)
       via  f15d75760f2041b43f25a6a0b83b59908acf8781 (commit)
      from  699849d4ab5c3792330470c0a3c1694be8f73864 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4f132efd7d7203a3b725af95a9d2c394386ae611
commit 4f132efd7d7203a3b725af95a9d2c394386ae611
Merge: 699849d f15d757
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 3 11:43:20 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 3 11:43:20 2012 -0500

    Merge topic 'update-libarchive' into next
    
    f15d757 libarchive: Remove hard-coded build configuration


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f15d75760f2041b43f25a6a0b83b59908acf8781
commit f15d75760f2041b43f25a6a0b83b59908acf8781
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 3 11:37:32 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Jan 3 11:37:32 2012 -0500

    libarchive: Remove hard-coded build configuration
    
    Do not set CMAKE_BUILD_TYPE to Debug.  Use the configuration specified by
    the user.

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.

-----------------------------------------------------------------------

Summary of changes:
 Utilities/cmlibarchive/CMakeLists.txt |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list