lava / matplotlib-cpp

Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
MIT License
4.38k stars 1.13k forks source link

Support CMake version less than 3.12 #281

Open rkoyama1623-2021 opened 3 years ago

rkoyama1623-2021 commented 3 years ago

FindPython isn't available prior to CMake 3.12. Linux distros still commonly in use bundle old versions of cmake. Ubuntu 18.04 as an example bundles 3.10. So why don't we use PythonLibs for CMakde under version 3.12?