X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=cmake%2Fmodules%2FFindLibsnore.cmake;h=1af3944a166e8838d971dc535103ef5d7d253dcb;hp=4dc0b9e0b09a30ec4f9c0460843ebc4a93a6a6dc;hb=90ca2d5de312eaab9fa410d87dae019e63599378;hpb=a43f68a84621d11b61f0e712890a5feb76939553 diff --git a/cmake/modules/FindLibsnore.cmake b/cmake/modules/FindLibsnore.cmake index 4dc0b9e0..1af3944a 100644 --- a/cmake/modules/FindLibsnore.cmake +++ b/cmake/modules/FindLibsnore.cmake @@ -4,8 +4,7 @@ # LIBSNORE_FOUND - system has the LIBSNORE library # LIBSNORE_LIBRARIES - The libraries needed to use LIBSNORE # LIBSNORE_INCLUDE_DIRS - The includes needed to use LIBSNORE -# LIBSNORE_PLUGIN_PATH - Path of the plugins -# Copyright 2013 Patrick von Reth +# Copyright 2013-2014 Patrick von Reth find_path(LIBSNORE_INCLUDE_DIR NAMES snore/core/snore.h @@ -19,12 +18,6 @@ find_library(LIBSNORE_LIBRARY PATHS ${KDE4_LIB_DIR} ) -find_path(LIBSNORE_PLUGIN_PATH snoreplugins) - -if(LIBSNORE_LIBRARY AND LIBSNORE_PLUGIN_PATH) - set(LIBSNORE_PLUGIN_PATH ${LIBSNORE_PLUGIN_PATH}/snoreplugins) -endif() - set(LIBSNORE_LIBRARIES ${LIBSNORE_LIBRARY}) set(LIBSNORE_INCLUDE_DIRS ${LIBSNORE_INCLUDE_DIR})