diff options
author | Allen Winter <winter@kde.org> | 2006-03-23 13:12:03 +0000 |
---|---|---|
committer | Allen Winter <winter@kde.org> | 2006-03-23 13:12:03 +0000 |
commit | 5e1f287d89cfac8f668b4474f48b1175629cbff5 (patch) | |
tree | d67713a2f1000e221d6b8d5cce140aa12a300aa2 | |
parent | b1d89a489da918d73b8836f524e02b7830e2f864 (diff) | |
download | extra-cmake-modules-5e1f287d89cfac8f668b4474f48b1175629cbff5.tar.gz extra-cmake-modules-5e1f287d89cfac8f668b4474f48b1175629cbff5.tar.bz2 |
add a newline to the end of file.
svn path=/trunk/KDE/kdelibs/; revision=521729
-rw-r--r-- | modules/FindKDE4Internal.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 13df85d0..720361a1 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -670,4 +670,4 @@ set(KDE4_INCLUDE_DIRS ${QT_INCLUDES} ${KDE4_INCLUDE_DIR} ${_KDE4_PLATFORM_INCLUD set(KDE4_DEFINITIONS ${_KDE4_PLATFORM_DEFINITIONS} -DQT3_SUPPORT -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DQT3_SUPPORT_WARNINGS -DKDE_DEPRECATED_WARNINGS ) # always add CMAKE_CCURRENT_SOURCE_DIR and CMAKE_CURRENT_BINARY_DIR to the include path to save some typing, Alex -set(CMAKE_INCLUDE_CURRENT_DIR TRUE)
\ No newline at end of file +set(CMAKE_INCLUDE_CURRENT_DIR TRUE) |