libftdi-git Archives

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

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Wed, 15 Jan 2020 20:42:06 +0100 (CET)
The branch, master has been updated
       via  51962d0874d4e731ff6ed93dbe838d4d4fcec55c (commit)
      from  07bdc1ea16ac4b38847b773619a7a840a8cd5dd7 (commit)


- Log -----------------------------------------------------------------
commit 51962d0874d4e731ff6ed93dbe838d4d4fcec55c
Author: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>
Date:   Mon Jan 13 15:08:44 2020 +0100

    CMake: reorder Python detection
    
    PythonInterp should be detected before PythonLibs otherwise
    CMake exits with the following message:
    
    Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
    
    Signed-off-by: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>

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

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

diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index fc1c3d1..5b6f420 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -14,8 +14,8 @@ else ()
     set ( SWIG_FOUND TRUE )
   endif ()
 endif ()
-find_package ( PythonLibs REQUIRED )
 find_package ( PythonInterp REQUIRED )
+find_package ( PythonLibs REQUIRED )
 
 include ( UseSWIG )
 include_directories ( BEFORE ${CMAKE_SOURCE_DIR}/src )


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-27-g51962d0, libftdi-git <=