diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-09-02 16:15:00 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-09-03 13:53:39 -0700 |
commit | 571b015fa2af5836a857e0ef23a810cadbdf690b (patch) | |
tree | c473ccee3e779554930021f71540946f04f670a7 /libs/libftdi1/patches | |
parent | 8b36a761fe211ce1712f81aa0556d12ea3386e6f (diff) |
libftdi1: update to 1.5
Fix libftdi1-config.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libftdi1/patches')
-rw-r--r-- | libs/libftdi1/patches/101-use-findSWIG.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/libftdi1/patches/101-use-findSWIG.patch b/libs/libftdi1/patches/101-use-findSWIG.patch deleted file mode 100644 index 91542ca28..000000000 --- a/libs/libftdi1/patches/101-use-findSWIG.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/python/CMakeLists.txt -+++ b/python/CMakeLists.txt -@@ -3,7 +3,7 @@ option ( LINK_PYTHON_LIBRARY "Link again - - if ( PYTHON_BINDINGS ) - # workaround for cmake bug #0013449 -- if ( NOT DEFINED CMAKE_FIND_ROOT_PATH ) -+ if ( NOT DEFINED CMAKE_FIND_ROOT_PATH OR CMAKE_VERSION VERSION_GREATER_EQUAL 3.0.0 ) - find_package ( SWIG ) - else () - find_program ( SWIG_EXECUTABLE NAMES swig2.0 swig ) |