[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
Fri Sep 17 17:14:11 CDT 2010


branch "master" has been updated
       via  0af2100f9e0fbe0a2493ec0a772523c8df1b39d7 (commit)
      from  9b8534aeca2b2092b390449f2450cce9828f0572 (commit)

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


- Log -----------------------------------------------------------------
commit 0af2100f9e0fbe0a2493ec0a772523c8df1b39d7
Author: David M. Lee <dlee at digium.com>
Date:   Fri Sep 17 17:12:11 2010 -0500

    typo.  Disable and Enable are two very different things.

diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index 4babd66..6bb07ac 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -51,7 +51,7 @@ if(${CMAKE_BUILD_TYPE} STREQUAL profile)
 endif()
 
 if(NOT DEFINED BUILD_SHARED_LIBS)
-  message(STATUS "Disabling shared libs.")
+  message(STATUS "Enabling shared libs.")
   set(BUILD_SHARED_LIBS true
     CACHE BOOL "Enables building shared libraries." FORCE)
 endif()

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


-- 
asterisk-scf/release/cmake.git



More information about the asterisk-scf-commits mailing list