Thomas-Sparber / wmi

Very simple C++ library to query WMI (even for MinGW)
Other
91 stars 24 forks source link

Update CMake version requirements so recent versions know it works #15

Closed omartijn closed 3 years ago

omartijn commented 3 years ago

This indicates to CMake that it works with version 2.6 and up, but has been tested with 3.20 as well. This fixes the deprecation warnings about CMake < 2.18.0 support being dropped in the near future.

Thomas-Sparber commented 3 years ago

Thanks a lot for your contribution!