Open jmigual opened 1 year ago
Right now CMake gives the following warning:
CMake Deprecation Warning at CMakeLists.txt:29 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake.
Thus the minimum version should be raised or a MAX tag should be added to the CMake script.
MAX
Right now CMake gives the following warning:
Thus the minimum version should be raised or a
MAX
tag should be added to the CMake script.