Correct incorrect initial value for LIBFTDI_STATIC_LIBRARIES, should start with LIBFT... v1.1
authorChris Morgan <cmorgan@cybexintl.com>
Wed, 5 Feb 2014 16:19:31 +0000 (11:19 -0500)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 5 Feb 2014 16:24:11 +0000 (17:24 +0100)
CMakeLists.txt

index 49e23bc..e8688d4 100644 (file)
@@ -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 )