diff options
-rw-r--r-- | modules/FindPlasma.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/FindPlasma.cmake b/modules/FindPlasma.cmake index 469779ce..6779cd04 100644 --- a/modules/FindPlasma.cmake +++ b/modules/FindPlasma.cmake @@ -25,6 +25,10 @@ find_library(PLASMA_LIBS NAMES plasma ) if (PLASMA_LIBS AND PLASMA_INCLUDE_DIR) set(PLASMA_FOUND TRUE) + + find_file(PLASMA_OPENGL_FOUND glapplet.h + PATHS ${PLASMA_INCLUDE_DIR} + NO_DEFAULT_PATH) endif (PLASMA_LIBS AND PLASMA_INCLUDE_DIR) if (PLASMA_FOUND) |