diff options
| author | 2012-10-04 09:33:47 +0000 | |
|---|---|---|
| committer | 2012-10-04 09:33:47 +0000 | |
| commit | 806bdb7d688c6401b2e732f7efbc03417c4570b8 (patch) | |
| tree | 6a811279bfef4ad2eacd9e6730a0f07f7cc91e1f /src/modules/perlcore | |
| parent | convert cmake files to lowercase statements prehistoric cmake versions requir... (diff) | |
| download | KVIrc-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/perlcore')
| -rw-r--r-- | src/modules/perlcore/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/perlcore/CMakeLists.txt b/src/modules/perlcore/CMakeLists.txt index 593edac8a..0d7655e82 100644 --- a/src/modules/perlcore/CMakeLists.txt +++ b/src/modules/perlcore/CMakeLists.txt @@ -28,4 +28,4 @@ if(COMPILE_PERL_SUPPORT) string(REPLACE "/RTC1" "" CMAKE_C_FLAGS_DEBUG ${CMAKE_C_FLAGS_DEBUG}) endif() set_target_properties(${kvi_module_name} PROPERTIES COMPILE_FLAGS ${PERL_COMPILE_FLAGS}) -endif()
\ No newline at end of file +endif() |
