fralx / LimeReport

Report generator for Qt Framework
http://limereport.ru/
Other
403 stars 153 forks source link

Fix cmake_minimum_required #424

Closed xakod closed 1 year ago

xakod commented 1 year ago

https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html

Call the cmake_minimum_required() command at the beginning of the top-level CMakeLists.txt file even before calling the project() command. It is important to establish version and policy settings before invoking other commands whose behavior they may affect.