libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v0.17-298-g24644c0

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Mon, 5 Dec 2011 12:46:43 +0100 (CET)
The branch, master has been updated
       via  24644c054ae5fe193587a0990c14f518d323210e (commit)
      from  af04b0d0a1a96b154fa4974bd110d49b1c668780 (commit)


- Log -----------------------------------------------------------------
commit 24644c054ae5fe193587a0990c14f518d323210e
Author: Xiaofan Chen <xiaofanc@xxxxxxxxx>
Date:   Mon Dec 5 12:44:53 2011 +0100

    Fix boost include directory in unit test

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

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

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 424cbca..8737f66 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -8,7 +8,7 @@ if(Boost_UNIT_TEST_FRAMEWORK_FOUND)
 
     enable_testing()
 
-    INCLUDE_DIRECTORIES(BEFORE ${CMAKE_SOURCE_DIR}/src)
+    INCLUDE_DIRECTORIES(BEFORE ${CMAKE_SOURCE_DIR}/src ${Boost_INCLUDE_DIRS})
 
     set(cpp_tests
         basic.cpp


hooks/post-receive
-- 
A library to talk to FTDI chips

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

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v0.17-298-g24644c0, libftdi-git <=