From 8a92d42463eba4ffc3db8ea6a855a3a6206fcd5c Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Mon, 11 Aug 2008 08:40:17 +0000 Subject: [PATCH] SVN_SILENT all macros lowcase (cmake-Alexander sitting next to me in the eV session complained about OPTION staying out) svn path=/trunk/KDE/kdebase/apps/konsole/; revision=845086 --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9b39e30d8..1d9434a77 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -17,7 +17,7 @@ configure_file (config-konsole.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-konsol ### Line graphics font - OPTION(KONSOLE_GENERATE_LINEFONT "Konsole: regenerate LineFont file" OFF) + option(KONSOLE_GENERATE_LINEFONT "Konsole: regenerate LineFont file" OFF) if(KONSOLE_GENERATE_LINEFONT) add_custom_command(OUTPUT ${CMAKE_SOURCE_DIR}/LineFont.h