[asterisk-scf-commits] asterisk-scf/integration/logger.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Oct 5 11:44:55 CDT 2010
branch "master" has been updated
via 0cc0c02a16e404b94d54c8cb6736dee14a671352 (commit)
from 722507c800ba7c0dd7ef07db8a034a06edb900dd (commit)
Summary of changes:
CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 0cc0c02a16e404b94d54c8cb6736dee14a671352
Author: David M. Lee <dlee at digium.com>
Date: Tue Oct 5 11:37:11 2010 -0500
Set logger_dir for the PARENT_SCOPE, for all to see.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7c46d78..e829dad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ if(NOT integrated_build STREQUAL "true")
add_subdirectory(slice)
endif()
-set(logger_dir ${CMAKE_CURRENT_SOURCE_DIR})
+set(logger_dir ${CMAKE_CURRENT_SOURCE_DIR} PARENT_SCOPE)
add_subdirectory(server)
add_subdirectory(client)
-----------------------------------------------------------------------
--
asterisk-scf/integration/logger.git
More information about the asterisk-scf-commits
mailing list