Closed luis-pereira closed 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.
Thanks - I can confirm this fixed a warning from GNUInstallDirs - merged.
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.