From: xantares Date: Sun, 27 Oct 2013 08:07:57 +0000 (+0100) Subject: Removed useless cmake instructions X-Git-Tag: v1.1rc1~5 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=3df55cc36703359384d107e9d10414b2edca6ac4;p=libftdi Removed useless cmake instructions --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c5d7e42..8e6542c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,8 +183,6 @@ endif () set ( LIBFTDI_INCLUDE_DIR ${includedir} ) set ( LIBFTDI_INCLUDE_DIRS ${LIBFTDI_INCLUDE_DIR} ) -get_target_property( _LIBFTDI_LIBRARY_LOCATION ftdi1 LOCATION ) -get_filename_component ( _LIBFTDI_LIBRARY_NAME ${_LIBFTDI_LIBRARY_LOCATION} NAME ) set ( LIBFTDI_LIBRARY ftdi1 ) set ( LIBFTDI_LIBRARIES ${LIBFTDI_LIBRARY} ) list ( APPEND LIBFTDI_LIBRARIES ${LIBUSB_LIBRARIES} )