cmake: print feature summary

This commit is contained in:
David Adam 2017-11-13 22:21:54 +08:00
parent 8543a4061e
commit 7e24c14f8c
2 changed files with 4 additions and 1 deletions

View file

@ -114,3 +114,6 @@ INCLUDE(cmake/Tests.cmake)
# Set up install.
INCLUDE(cmake/Install.cmake)
INCLUDE(FeatureSummary)
FEATURE_SUMMARY(WHAT ALL)

View file

@ -1,5 +1,5 @@
# Detect curses.
INCLUDE(FindCurses)
FIND_PACKAGE(Curses REQUIRED)
# Get threads.
set(THREADS_PREFER_PTHREAD_FLAG ON)