[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "single-api-lib" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Jan 13 14:47:23 CST 2011
branch "single-api-lib" has been updated
via 8b903e93803f5db0816a00d1830f94041acd901a (commit)
from a93e50a631683f1afd4cba39905582a9434bbd2c (commit)
Summary of changes:
CMakeLists.txt | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 8b903e93803f5db0816a00d1830f94041acd901a
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