extras/tools: Bump cmake version
commit92acffa9a24f3baf0b70fc2905d54e870f7df92a
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Mon, 9 Oct 2017 14:48:00 +0000 (9 16:48 +0200)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Mon, 9 Oct 2017 14:48:00 +0000 (9 16:48 +0200)
tree1bb2533d0063586a18d27396da431f84dd5f5de4
parent29ac34f78a514592126fd71ceb5b23d68986d883
extras/tools: Bump cmake version

Cmake <= 3.7 are generating an invalid value for
CMAKE_CXX_IMPLICIT_LINK_LIBRARIES, causing the compile flags to contain
-lto_library -lc++ in some cases. This would lead to -lc++ not being
considered as the c++ library, causing build failures when building a
C module that is using a C++ library.
This is fixed starting from cmake 3.8
This fixes macOS builds
extras/tools/bootstrap
extras/tools/packages.mak