aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/http
diff options
context:
space:
mode:
authorGravatar Robert Förster2012-10-04 09:33:47 +0000
committerGravatar Robert Förster2012-10-04 09:33:47 +0000
commit806bdb7d688c6401b2e732f7efbc03417c4570b8 (patch)
tree6a811279bfef4ad2eacd9e6730a0f07f7cc91e1f /src/modules/http
parentconvert cmake files to lowercase statements prehistoric cmake versions requir... (diff)
downloadKVIrc-806bdb7d688c6401b2e732f7efbc03417c4570b8.tar.gz
KVIrc-806bdb7d688c6401b2e732f7efbc03417c4570b8.tar.bz2
KVIrc-806bdb7d688c6401b2e732f7efbc03417c4570b8.zip
- some files were missing newlines, add them
- sync FindPhonon.cmake with upstream git at 14d09398b68006d75187e4b690f979e267735001 edited a bit for a revised debug handling, needs testing, though. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6268 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/http')
-rw-r--r--src/modules/http/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/http/CMakeLists.txt b/src/modules/http/CMakeLists.txt
index 4b82b0895..cb9be651a 100644
--- a/src/modules/http/CMakeLists.txt
+++ b/src/modules/http/CMakeLists.txt
@@ -21,4 +21,4 @@ if(UNIX)
endif()
elseif(WIN32)
install(FILES ${files} DESTINATION ${CMAKE_INSTALL_PREFIX}/pics/)
-endif() \ No newline at end of file
+endif()