diff options
| author | 2012-10-04 09:29:35 +0000 | |
|---|---|---|
| committer | 2012-10-04 09:29:35 +0000 | |
| commit | 91f40dca07efe74bbb29eb911ae23a8b2da2fdbe (patch) | |
| tree | 8451deb07408f9bd1a29ab7d64c7cd5c3b5c842f /po/modules/python | |
| parent | fix previous commit (diff) | |
| download | KVIrc-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 'po/modules/python')
| -rw-r--r-- | po/modules/python/CMakeLists.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/po/modules/python/CMakeLists.txt b/po/modules/python/CMakeLists.txt index 846ddbda4..f595f9c93 100644 --- a/po/modules/python/CMakeLists.txt +++ b/po/modules/python/CMakeLists.txt @@ -4,13 +4,13 @@ # src/modules/python # src/modules/pythoncore -FILE(GLOB pofiles "${CMAKE_CURRENT_SOURCE_DIR}/*.po") -FILE(GLOB mofiles "${CMAKE_CURRENT_SOURCE_DIR}/*.mo") +file(GLOB pofiles "${CMAKE_CURRENT_SOURCE_DIR}/*.po") +file(GLOB mofiles "${CMAKE_CURRENT_SOURCE_DIR}/*.mo") -SET(POTFILE python.pot) -SET(XGETTEXT_SOURCESDIR) -LIST(APPEND XGETTEXT_SOURCESDIR ${CMAKE_SOURCE_DIR}/src/modules/python) -LIST(APPEND XGETTEXT_SOURCESDIR ${CMAKE_SOURCE_DIR}/src/modules/pythoncore) +set(POTFILE python.pot) +set(XGETTEXT_SOURCESDIR) +list(APPEND XGETTEXT_SOURCESDIR ${CMAKE_SOURCE_DIR}/src/modules/python) +list(APPEND XGETTEXT_SOURCESDIR ${CMAKE_SOURCE_DIR}/src/modules/pythoncore) # Install target -INCLUDE(${CMAKE_SOURCE_DIR}/cmake/translation.rules.txt) +include(${CMAKE_SOURCE_DIR}/cmake/translation.rules.txt) |
