libssh: fix cross compile with older cmake
authorBaruch Siach <baruch@tkos.co.il>
Wed, 22 Aug 2018 21:58:30 +0000 (00:58 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 23 Aug 2018 09:40:13 +0000 (11:40 +0200)
commitf34f33baa6f94137a78f15cafe0ee0e4ece59f97
treedb5f262d12cb748fd09d59a9ecb8cff0dc81bcea
parente0bddd57fdde0e0e002087057ee6a6f68d40f640
libssh: fix cross compile with older cmake

Old version of cmake break cross-compilation when FindThreads is used
because of a try_run call. Add a workaround that avoids try_run.

cmake bug report: https://gitlab.kitware.com/cmake/cmake/issues/16920

Should fix:
http://autobuild.buildroot.net/results/8aa/8aa2bd894416a4508ca7140f8947ff46243f8b78/
http://autobuild.buildroot.net/results/f2c/f2cc965bb134bf4fd9e625eb267b67c949c202fc/

Cc: Scott Fan <fancp2007@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libssh/libssh.mk