From 80253cf181e7acc535952c4a6822e09a01a8cfdd Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 17 May 2021 13:42:48 +0200 Subject: CMakeLists.txt: Report more build parameters to stdout when CMake configures the build. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d4e85a..3ca49ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,4 +122,7 @@ endif() # Display config info message(STATUS "Install prefix: ${CMAKE_INSTALL_PREFIX}") +message(STATUS "GTK+-3.0 build: ${FLAVOUR_GTK3}") +message(STATUS "GTK+-2.0 build: ${FLAVOUR_GTK2}") +message(STATUS "IDO enabled: ${ENABLE_IDO}") message(STATUS "Unit tests: ${ENABLE_TESTS}") -- cgit v1.2.3