lxqt / sddm-config-editor

SDDM Configuration Editor
Apache License 2.0
63 stars 16 forks source link

Improves CMake build system project handling #28

Closed luis-pereira closed 4 years ago

luis-pereira commented 4 years ago

Make failing the CMake required version a fatal error. Make the project declaration next to the cmake_minimum_required(). It avoids scope issues. GNUInstallDirs was not in the correct scope.

yan12125 commented 4 years ago

Thanks - I can confirm this fixed a warning from GNUInstallDirs - merged.