diff options
-rw-r--r-- | modules/FindKdepimLibs.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/FindKdepimLibs.cmake b/modules/FindKdepimLibs.cmake index 9b720fed..9e18eb46 100644 --- a/modules/FindKdepimLibs.cmake +++ b/modules/FindKdepimLibs.cmake @@ -1,7 +1,6 @@ # Find if we installed kdepimlibs before to compile it -#TODO: use kcal/kcal.h, but it doesn't exist yet -FIND_PATH( KDEPIMLIBS_INCLUDE_DIR emailfunctions/email.h +FIND_PATH( KDEPIMLIBS_INCLUDE_DIR kcal/kcal.h ${KDE4_INCLUDE_DIR} ) |