[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Jan 17 10:53:15 CST 2011


branch "master" has been updated
       via  701f6123bab513f886f09e23cf0490616b5325d9 (commit)
      from  73ea5fdff1e1f165110b8ee6543acf3846e3b62c (commit)

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


- Log -----------------------------------------------------------------
commit 701f6123bab513f886f09e23cf0490616b5325d9
Author: David M. Lee <dlee at digium.com>
Date:   Thu Jan 13 09:03:39 2011 -0600

    Remove the EXCLUDE_FROM_ALL marker for slice dir.
    
    This was preventing make install from installing slice artifacts.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7610960..04e9644 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,8 +26,7 @@ pjproject_build(pjsip)
 pjproject_build(third_party)
 
 # Take care of slice definitions
-add_subdirectory(slice EXCLUDE_FROM_ALL)
-
+add_subdirectory(slice)
 add_subdirectory(logger)
 add_subdirectory(ice-util-cpp)
 add_subdirectory(servicediscovery)

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


-- 
asterisk-scf/integration/gitall.git



More information about the asterisk-scf-commits mailing list