[wesnoth-commits] [wesnoth/wesnoth] 56d3ac: Make CMake error-out if required libraries aren't ...
GitHub
noreply at github.com
Fri Apr 27 20:56:34 UTC 2018
Branch: refs/heads/1.14
Home: https://github.com/wesnoth/wesnoth
Commit: 56d3ac8371e25b7eb72779ba91a4553a21d15dda
https://github.com/wesnoth/wesnoth/commit/56d3ac8371e25b7eb72779ba91a4553a21d15dda
Author: Steve Cotton <steve at octalot.co.uk>
Date: 2018-04-27 (Fri, 27 Apr 2018)
Changed paths:
M cmake/FindCrypto.cmake
M cmake/FindHistory.cmake
M cmake/FindVorbisFile.cmake
Log Message:
-----------
Make CMake error-out if required libraries aren't found
It seems that FIND_PACKAGE_HANDLE_STANDARD_ARGS is doing a case-sensitive
search for whether the find_package flags included REQUIRED.
More information about the Commits
mailing list