[asterisk-scf-commits] asterisk-scf/release/slice.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Jun 23 13:25:12 CDT 2011
branch "master" has been updated
via 6786e051d63a177aee32b9be60e2df22513f75a9 (commit)
from 5bde5f1c7c787eb41293f1e14a69290a2bb1058a (commit)
Summary of changes:
slice/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 6786e051d63a177aee32b9be60e2df22513f75a9
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 06616e2..a0e40bd 100644
--- a/slice/CMakeLists.txt
+++ b/slice/CMakeLists.txt
@@ -1,6 +1,6 @@
astscf_slice_collection(GLOBAL
NAME ASTSCF
- PATH .
+ PATH "${CMAKE_CURRENT_SOURCE_DIR}"
HEADERS "${CMAKE_CURRENT_BINARY_DIR}/astscf-api/slice-ASTSCF"
LIBRARY astscf-api
)
-----------------------------------------------------------------------
--
asterisk-scf/release/slice.git
More information about the asterisk-scf-commits
mailing list