libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.5-4-g11a50ae

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Mon, 24 Aug 2020 19:29:00 +0200 (CEST)
The branch, master has been updated
       via  11a50ae5b80b3e03694a19e84513345d0794e563 (commit)
      from  6dd18122a81e6030dd239391df6ffde8cb8c59c7 (commit)


- Log -----------------------------------------------------------------
commit 11a50ae5b80b3e03694a19e84513345d0794e563
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Mon Aug 24 19:27:22 2020 +0200

    Fix building unit tests without FTDIPP
    
    Needed to run the baudrate unit tests.
    
    Probably another fallout from:
    
    ****************************
    commit 0209a3633dc877a577af07d883eb5059e22f6a91
    
    cmake: do not check for g++ when FTDIPP is disabled
    ****************************

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3b0b87c..58f664a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -150,6 +150,7 @@ if ( EXAMPLES )
 endif ()
 add_subdirectory(packages)
 if ( BUILD_TESTS )
+  project(libftdi1 C CXX)
   add_subdirectory(test)
 endif ()
 


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v1.5-4-g11a50ae, libftdi-git <=