diff options
-rw-r--r-- | modules/FindPlasma.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindPlasma.cmake b/modules/FindPlasma.cmake index b0f1b377..8aa0d1c9 100644 --- a/modules/FindPlasma.cmake +++ b/modules/FindPlasma.cmake @@ -14,7 +14,7 @@ if (PLASMA_INCLUDE_DIR AND PLASMA_LIBRARIES) endif (PLASMA_INCLUDE_DIR AND PLASMA_LIBRARIES) -find_path(PLASMA_INCLUDE_DIR NAMES plasma/kpanelapplet.h +find_path(PLASMA_INCLUDE_DIR NAMES plasma/plasma.h PATHS ${INCLUDE_INSTALL_DIR} ) |