[asterisk-scf-commits] asterisk-scf/release/servicediscovery.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Jan 13 15:27:17 CST 2011
branch "master" has been updated
via 445bf6f66805ad4ba1ec0cf1983fa96931c56356 (commit)
from 624e9a297370e7c219c3b35461979f70809ac27a (commit)
Summary of changes:
CMakeLists.txt | 6 ++----
CMakeSubDirs.txt | 7 -------
2 files changed, 2 insertions(+), 11 deletions(-)
delete mode 100644 CMakeSubDirs.txt
- Log -----------------------------------------------------------------
commit 445bf6f66805ad4ba1ec0cf1983fa96931c56356
Author: David M. Lee <dlee at digium.com>
Date: Thu Jan 13 15:27:12 2011 -0600
Removed old CMakeSubDirs.txt file
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2505d99..4afb41d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,5 @@ else()
set(service_locator_bindir ${CMAKE_CURRENT_BINARY_DIR} PARENT_SCOPE)
endif()
-# Include the subdirectory information. This is separate so that
-# a higher-level CMakeLists.txt can act as a master for integrated
-# builds.
-include(CMakeSubDirs.txt)
+add_subdirectory(src)
+add_subdirectory(test)
diff --git a/CMakeSubDirs.txt b/CMakeSubDirs.txt
deleted file mode 100644
index 632bec7..0000000
--- a/CMakeSubDirs.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-# Take care of the source code for this project
-add_subdirectory(src)
-
-# Finally take care of the test suite
-add_subdirectory(test)
\ No newline at end of file
-----------------------------------------------------------------------
--
asterisk-scf/release/servicediscovery.git
More information about the asterisk-scf-commits
mailing list