CSS-Electronics / mdf4-converters

Convert your MDF4 log files into popular output formats
MIT License
54 stars 20 forks source link

minimum required cmake version should be 3.18 #10

Closed matawed closed 1 year ago

matawed commented 1 year ago

Thanks for this project!

As you use Development.Module in https://github.com/CSS-Electronics/mdf4-converters/blob/master/Python/CMakeLists.txt#L14

and according to https://cmake.org/cmake/help/latest/module/FindPython.html

image

your cmake minimum version should be 3.18 I guess.

At least on my Ubuntu 20.04 I have 3.16.3 and stumbled upon this problem.