libftdi-git Archives

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

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Mon, 22 Oct 2012 12:05:38 +0200 (CEST)
The branch, master has been updated
       via  ccbd6cf1934056386772debba8583bc9b3721072 (commit)
      from  31fba51d900a3255b46fbd069dcf0003f6031811 (commit)


- Log -----------------------------------------------------------------
commit ccbd6cf1934056386772debba8583bc9b3721072
Author: Uffe Jakobsen <uffe@xxxxxxxx>
Date:   Mon Oct 22 12:03:22 2012 +0200

    Fix build on FreeBSD (cmake file typo)

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

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

diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 6793d89..1263c62 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -2,7 +2,7 @@ option(EXAMPLES "Build example programs" ON)
 
 if (EXAMPLES)
     # Includes
-    include( ${CMAKE_CURRENT_SOURCE_DIR}
+    include_directories( ${CMAKE_CURRENT_SOURCE_DIR}
             ${CMAKE_CURRENT_BINARY_DIR}
             )
 


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-349-gccbd6cf, libftdi-git <=