From 91f40dca07efe74bbb29eb911ae23a8b2da2fdbe Mon Sep 17 00:00:00 2001 From: Robert Förster Date: Thu, 4 Oct 2012 09:29:35 +0000 Subject: convert cmake files to lowercase statements prehistoric cmake versions required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit ) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/toolbar/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/toolbar') diff --git a/src/modules/toolbar/CMakeLists.txt b/src/modules/toolbar/CMakeLists.txt index 4c4f90ed0..90d0b624d 100644 --- a/src/modules/toolbar/CMakeLists.txt +++ b/src/modules/toolbar/CMakeLists.txt @@ -1,8 +1,8 @@ # CMakeLists for src/modules/toolbar -SET(kvitoolbar_SRCS +set(kvitoolbar_SRCS libkvitoolbar.cpp ) -SET(kvi_module_name kvitoolbar) -INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) +set(kvi_module_name kvitoolbar) +include(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) -- cgit v1.3.1-10-gc9f91