From 11c7df58130cfe66d084a2563cdc11fb624a99dc Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Thu, 8 Dec 2022 13:03:12 -0800 Subject: [PATCH] Note display subsystem configuration in CMake output. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 959e145..c088906 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,6 +72,7 @@ IF(MAIKO_DISPLAY_X11) inc/xscroll.h inc/xwinmandefs.h ) + MESSAGE("-- Configured for X11 display") ENDIF() # according to: https://cmake.org/pipermail/cmake/2016-October/064342.html @@ -108,6 +109,7 @@ IF(MAIKO_DISPLAY_SDL) SET(MAIKO_DISPLAY_SDL_HDRS inc/sdldefs.h ) + MESSAGE("-- Configured for SDL display") ENDIF() IF(CMAKE_SYSTEM_NAME STREQUAL "SunOS")