libftdi-git Archives

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

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 24 Jan 2020 09:28:04 +0100 (CET)
The branch, master has been updated
       via  0209a3633dc877a577af07d883eb5059e22f6a91 (commit)
      from  db9c7eba8ff28219a33b5494a3d60aa487d87ef1 (commit)


- Log -----------------------------------------------------------------
commit 0209a3633dc877a577af07d883eb5059e22f6a91
Author: Fabrice Fontaine <fontaine.fabrice@xxxxxxxxx>
Date:   Tue Jan 21 23:05:27 2020 +0100

    cmake: do not check for g++ when FTDIPP is disabled
    
    Signed-off-by: Samuel Martin <s.martin49@xxxxxxxxx>
    [Retrieved (and slightly updated) from:
    
https://git.buildroot.net/buildroot/tree/package/libftdi1/0003-cmake-do-not-check-for-g-when-FTDIPP-is-disabled.patch]
    Signed-off-by: Fabrice Fontaine <fontaine.fabrice@xxxxxxxxx>

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

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 71857d0..6655caf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 # Project
-project(libftdi1)
+project(libftdi1 C)
 set(MAJOR_VERSION 1)
 set(MINOR_VERSION 4)
 set(PACKAGE libftdi1)
@@ -136,6 +136,7 @@ endif ()
 
 add_subdirectory(src)
 if ( FTDIPP )
+  project(libftdipp1 C CXX)
   add_subdirectory(ftdipp)
 endif ()
 if ( PYTHON_BINDINGS )


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.4-30-g0209a36, libftdi-git <=