Closed redtide closed 3 years ago
This update removes a warning about a too old version of CMake that will be not supported in a future version.
.gitignore
project
cmake_minimum_required
FATAL_ERROR
Looks like i was not getting notifications from this repository, should be fixed now so i will see future PRs earlier.
This update removes a warning about a too old version of CMake that will be not supported in a future version.
.gitignore
file was added for usual build directories and CMake user files used by QtCreator IDE, which has CMake direct support.project
command was moved belowcmake_minimum_required
, see the docs also about theFATAL_ERROR
removal.