Fix LIBFTDIPP_LIBRARY name (it's ftdipp1, not ftdi1pp)
authorJochen Sprickerhof <libftdi@jochen.sprickerhof.de>
Tue, 12 Aug 2014 12:38:14 +0000 (14:38 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 2 Sep 2014 08:16:56 +0000 (10:16 +0200)
CMakeLists.txt

index ee21a8f..f08a58c 100644 (file)
@@ -192,7 +192,7 @@ set ( LIBFTDI_STATIC_LIBRARY ftdi1.a )
 set ( LIBFTDI_STATIC_LIBRARIES ${LIBFTDI_STATIC_LIBRARY} )
 list ( APPEND LIBFTDI_STATIC_LIBRARIES ${LIBUSB_LIBRARIES} )
 if (FTDI_BUILD_CPP)
-  set ( LIBFTDIPP_LIBRARY ftdi1pp )
+  set ( LIBFTDIPP_LIBRARY ftdipp1 )
   set ( LIBFTDIPP_LIBRARIES ${LIBFTDIPP_LIBRARY} )
   list ( APPEND LIBFTDIPP_LIBRARIES ${LIBUSB_LIBRARIES} )
 endif ()