Skip to content

Commit

Permalink
libftdi 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lancos committed Mar 24, 2024
1 parent e1a4fb7 commit 7cfe50d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,15 @@ IF (NOT WIN32)

INCLUDE ( ${LIBFTDI_USE_FILE} )
ELSE()
SET ( BOOST_DIR "C:/Libraries/boost_1_67_0" )
SET ( LIBFTDI_ROOT_DIR "C:/libftdi1-1.4git_devkit_x86_x64_14June2018" )
SET ( BOOST_DIR "C:/Libraries/boost_1_77_0" )
SET ( LIBFTDI_ROOT_DIR "C:/libftdi1-1.5_devkit_x86_x64_19July2020" )

SET ( LIBFTDI_LIBRARY "ftdi1" )
SET ( LIBFTDIPP_LIBRARY "ftdipp1" )

SET ( LIBFTDI_VERSION_STRING "1.4" )
SET ( LIBFTDI_VERSION_STRING "1.5" )
SET ( LIBFTDI_VERSION_MAJOR "1" )
SET ( LIBFTDI_VERSION_MINOR "4" )
SET ( LIBFTDI_VERSION_MINOR "5" )

INCLUDE_DIRECTORIES("${BOOST_DIR}")
INCLUDE_DIRECTORIES("${LIBFTDI_ROOT_DIR}/include")
Expand Down

0 comments on commit 7cfe50d

Please sign in to comment.