[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 Oct 1 15:25:37 CDT 2010


branch "master" has been updated
       via  e3488247f81dfae2695e778565a7c43182836313 (commit)
      from  c1b57a49d5fd89a2cd3ed1d347c4e17d6e9fd830 (commit)

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


- Log -----------------------------------------------------------------
commit e3488247f81dfae2695e778565a7c43182836313
Author: David M. Lee <dlee at digium.com>
Date:   Fri Oct 1 15:24:35 2010 -0500

    Changed failure to find icebox from fatal error to warning.  Just until I
    get the logic right.

diff --git a/AsteriskSCF.cmake b/AsteriskSCF.cmake
index cad6cbf..230042f 100644
--- a/AsteriskSCF.cmake
+++ b/AsteriskSCF.cmake
@@ -123,12 +123,13 @@ function(find_ICE version)
   set_cache_var(ICE_DIR "${ice_cmake_path}")
 
   # find icebox executable
+  # XXX Need to look for iceboxd.exe for debug windows builds
   find_program(ICEBOX icebox PATHS "${ICE_DIR}/bin" NO_DEFAULT_PATH)
 
   if(ICEBOX)
     message(STATUS "Found icebox at ${ICEBOX}")
   else()
-    message(FATAL_ERROR "Failed to find icebox ${ICE_DIR}")
+    message(WARNING "Failed to find icebox ${ICE_DIR}")
   endif()
 endfunction()
 

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


-- 
asterisk-scf/release/cmake.git



More information about the asterisk-scf-commits mailing list