mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
cmake: print feature summary
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user