libt2n-git Archives

Subject: C++ inter-process communication library branch, master, updated. v0.6-2-g4127491

From: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 8 Jul 2011 10:47:54 +0200 (CEST)
The branch, master has been updated
       via  4127491facd2d7122618036fa6ce5e4b193859ba (commit)
      from  9621eb22108a1ca45bfc9b7774b729a381b5566a (commit)


- Log -----------------------------------------------------------------
commit 4127491facd2d7122618036fa6ce5e4b193859ba
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Fri Jul 8 10:47:49 2011 +0200

    Make sure we pick up the local include files

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

Summary of changes:
 examples-codegen/cmake/Libt2n.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/examples-codegen/cmake/Libt2n.cmake 
b/examples-codegen/cmake/Libt2n.cmake
index 24f06bf..dca8d17 100644
--- a/examples-codegen/cmake/Libt2n.cmake
+++ b/examples-codegen/cmake/Libt2n.cmake
@@ -21,7 +21,7 @@ set(libdir      ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX})
 
 # Setup libt2n. Arguments are the CMDGROUP names
 function(setup_libt2n)
-    include_directories(${CMAKE_CURRENT_SOURCE_DIR} 
${CMAKE_CURRENT_BINARY_DIR})
+    include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR} 
${CMAKE_CURRENT_BINARY_DIR})
 
     string(LENGTH ${ARGV} CMDGROUP_LEN)
     if (${CMDGROUP_LEN} EQUAL 0)


hooks/post-receive
-- 
C++ inter-process communication library

--
libt2n-git - see http://www.intra2net.com/en/developer/libt2n for details.
To unsubscribe send a mail to libt2n-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • C++ inter-process communication library branch, master, updated. v0.6-2-g4127491, libt2n-git <=