aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/zzz_afterlastmodule
diff options
context:
space:
mode:
authorGravatar Robert Förster2012-10-04 09:29:35 +0000
committerGravatar Robert Förster2012-10-04 09:29:35 +0000
commit91f40dca07efe74bbb29eb911ae23a8b2da2fdbe (patch)
tree8451deb07408f9bd1a29ab7d64c7cd5c3b5c842f /src/modules/zzz_afterlastmodule
parentfix previous commit (diff)
downloadKVIrc-91f40dca07efe74bbb29eb911ae23a8b2da2fdbe.tar.gz
KVIrc-91f40dca07efe74bbb29eb911ae23a8b2da2fdbe.tar.bz2
KVIrc-91f40dca07efe74bbb29eb911ae23a8b2da2fdbe.zip
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
Diffstat (limited to 'src/modules/zzz_afterlastmodule')
-rw-r--r--src/modules/zzz_afterlastmodule/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/zzz_afterlastmodule/CMakeLists.txt b/src/modules/zzz_afterlastmodule/CMakeLists.txt
index ff885a22d..39d29c157 100644
--- a/src/modules/zzz_afterlastmodule/CMakeLists.txt
+++ b/src/modules/zzz_afterlastmodule/CMakeLists.txt
@@ -1,9 +1,9 @@
# CMakeLists.txt for src/modules/zzz_afterlastmodule
-IF(APPLE)
- INSTALL(CODE "
+if(APPLE)
+ install(CODE "
file(GLOB_RECURSE KVIRC_INSTALLED_MODULES
\"${KVIRC_MOD_PATH}/*.so\")
include(BundleUtilities)
fixup_bundle(\"${CMAKE_INSTALL_PREFIX}\" \"\${KVIRC_INSTALLED_MODULES}\" \"\")
" COMPONENT Runtime)
-ENDIF()
+endif()