mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
fully apply libftdi configuration
This commit is contained in:
+4
-2
@@ -48,8 +48,10 @@ if ( CONFUSE_FOUND )
|
||||
if ( LIBINTL_FOUND )
|
||||
target_link_libraries ( ftdi_eeprom ${LIBINTL_LIBRARIES} )
|
||||
endif ()
|
||||
install ( TARGETS ftdi_eeprom DESTINATION bin )
|
||||
install ( FILES example.conf DESTINATION ${CMAKE_INSTALL_DOCDIR} )
|
||||
if ( LIBFTDI_INSTALL )
|
||||
install ( TARGETS ftdi_eeprom DESTINATION bin )
|
||||
install ( FILES example.conf DESTINATION ${CMAKE_INSTALL_DOCDIR} )
|
||||
endif()
|
||||
else ()
|
||||
message ( STATUS "libConfuse not found, won't build ftdi_eeprom" )
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user