Commit graph

4 commits

Author SHA1 Message Date
Andrei BENCSIK
5796ae5fca Refactor FindHistory.cmake
* use all lower case keywords for consistency
* add target for libhistory: History::History
2022-04-29 18:44:38 -05:00
Steve Cotton
107da0f0c8 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.

(cherry-picked from commit f259976659)
2018-10-07 03:19:56 +00:00
Ignacio R. Morelle
81f2cdaf41 cmake: Mark history options as advanced
These are internal options only, not the ENABLE_HISTORY toggle.
2015-04-13 05:01:01 -03:00
Ignacio R. Morelle
cfbeee2f50 cmake: Add ENABLE_HISTORY option
For enabling history expansion support in the Lua console. Uses GNU
libhistory.
2015-04-13 04:30:57 -03:00