libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.0-54-gdbf7c34

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Wed, 5 Feb 2014 17:24:41 +0100 (CET)
The branch, master has been updated
       via  dbf7c343244bb49cf5e287ca476b2f308fc0cef9 (commit)
      from  17eb1c4e036dc787ef18b0a80ca93fc2c3f27fbf (commit)


- Log -----------------------------------------------------------------
commit dbf7c343244bb49cf5e287ca476b2f308fc0cef9
Author: Chris Morgan <cmorgan@xxxxxxxxxxxxx>
Date:   Wed Feb 5 11:19:31 2014 -0500

    Correct incorrect initial value for LIBFTDI_STATIC_LIBRARIES, should start 
with LIBFTDI_STATIC_LIBRARY not LIBFTDI_LIBRARY

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

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 49e23bc..e8688d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -187,7 +187,7 @@ set ( LIBFTDI_LIBRARY ftdi1 )
 set ( LIBFTDI_LIBRARIES ${LIBFTDI_LIBRARY} )
 list ( APPEND LIBFTDI_LIBRARIES ${LIBUSB_LIBRARIES} )
 set ( LIBFTDI_STATIC_LIBRARY ftdi1.a )
-set ( LIBFTDI_STATIC_LIBRARIES ${LIBFTDI_LIBRARY} )
+set ( LIBFTDI_STATIC_LIBRARIES ${LIBFTDI_STATIC_LIBRARY} )
 list ( APPEND LIBFTDI_STATIC_LIBRARIES ${LIBUSB_LIBRARIES} )
 if (FTDI_BUILD_CPP)
   set ( LIBFTDIPP_LIBRARY ftdi1pp )


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. v1.0-54-gdbf7c34, libftdi-git <=