[asterisk-scf-commits] asterisk-scf/release/cmake.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Jan 4 12:58:17 UTC 2011


branch "master" has been updated
       via  6c8a9570ce891f23fa82f7e0326e3b1d9388a7ba (commit)
      from  24eb2e4838711d1265c3bb4c30cfdfa7a0fb3109 (commit)

Summary of changes:
 AsteriskSCF.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 6c8a9570ce891f23fa82f7e0326e3b1d9388a7ba
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Mon Jan 3 18:11:50 2011 -0600

    Completely trivial case change.

diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index 871d4fe..73dfa67 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -76,7 +76,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
 
 # If a build type has not been explicitly specified then use debug
 if(NOT CMAKE_BUILD_TYPE)
-    set(CMAKE_BUILD_TYPE Debug CACHE STRING
+    set(CMAKE_BUILD_TYPE debug CACHE STRING
         "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel Profile."
         FORCE)
 endif()

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


-- 
asterisk-scf/release/cmake.git



More information about the asterisk-scf-commits mailing list