[asterisk-scf-commits] asterisk-scf/release/test_channel.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Jun 23 13:25:14 CDT 2011
branch "master" has been updated
via 0465d2e48f129e2f6b0e9f512189d94ad9b1304f (commit)
from 7d62474a9d3bf9f8547b219c56249dfb8e6f0bd5 (commit)
Summary of changes:
slice/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 0465d2e48f129e2f6b0e9f512189d94ad9b1304f
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Thu Jun 23 13:24:46 2011 -0500
Provide a real path to astscf_slice_collection().
There is at least one version of CMake that has a different 'current directory'
when astscf_slice_collection() is executed than these scripts expect... so
instead, pass a complete path to that function so the current directory won't
matter.
diff --git a/slice/CMakeLists.txt b/slice/CMakeLists.txt
index 0e3ac15..ce5acda 100644
--- a/slice/CMakeLists.txt
+++ b/slice/CMakeLists.txt
@@ -1,6 +1,6 @@
astscf_slice_collection(GLOBAL
NAME TEST_CHANNEL
- PATH "."
+ PATH "${CMAKE_CURRENT_SOURCE_DIR}"
HEADERS "${CMAKE_CURRENT_BINARY_DIR}/astscf-test-channel/slice-TEST_CHANNEL"
LIBRARY astscf-test-channel
)
-----------------------------------------------------------------------
--
asterisk-scf/release/test_channel.git
More information about the asterisk-scf-commits
mailing list