mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
cmake: print feature summary
This commit is contained in:
parent
8543a4061e
commit
7e24c14f8c
2 changed files with 4 additions and 1 deletions
|
@ -114,3 +114,6 @@ INCLUDE(cmake/Tests.cmake)
|
|||
|
||||
# Set up install.
|
||||
INCLUDE(cmake/Install.cmake)
|
||||
|
||||
INCLUDE(FeatureSummary)
|
||||
FEATURE_SUMMARY(WHAT ALL)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Detect curses.
|
||||
INCLUDE(FindCurses)
|
||||
FIND_PACKAGE(Curses REQUIRED)
|
||||
|
||||
# Get threads.
|
||||
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
||||
|
|
Loading…
Reference in a new issue