There are two issues with compiling the current version of MTF mapper. The first is the minimum cmake required is so old that cmake throws an error when configuring, and refuses to continue: CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max>...
There are two issues with compiling the current version of MTF mapper. The first is the minimum cmake required is so old that cmake throws an error when configuring, and refuses to continue: CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max>...