[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Aug 30 16:17:05 CDT 2010


branch "master" has been updated
       via  ac657f169dba5b3fa82184afeb93dc5cc088e8a3 (commit)
      from  8187e9569f192147eaacd665666344c98ea47b95 (commit)

Summary of changes:
 CMakeLists.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit ac657f169dba5b3fa82184afeb93dc5cc088e8a3
Author: Joshua Colp <jcolp at digium.com>
Date:   Mon Aug 30 18:26:43 2010 -0300

    Use ${CMAKE_SOURCE_DIR} to specify the full path to the cmake files to include so builds don't have to occur anywhere near the tree.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8ae3c30..2a1c62c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,10 +4,10 @@
 cmake_minimum_required(VERSION 2.6)
 
 # Include pjproject build integration
-include(cmake/modules/pjproject.cmake)
+include(${CMAKE_SOURCE_DIR}/cmake/modules/pjproject.cmake)
 
 # Include common Hydra build infrastructure
-include(cmake/Hydra_v4.cmake)
+include(${CMAKE_SOURCE_DIR}/cmake/Hydra_v4.cmake)
 
 # This project is C++ based and requires a minimum of 3.4
 hydra_project("Asterisk SCF" 3.4 CXX)

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/gitall.git



More information about the asterisk-scf-commits mailing list