From kde-commits Mon Oct 13 09:43:56 2008 From: Hasso Tepper Date: Mon, 13 Oct 2008 09:43:56 +0000 To: kde-commits Subject: kdesupport/phonon/cmake Message-Id: <1223891036.402184.22278.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122389104900350 SVN commit 870775 by hasso: Remove the useless get_filename_component() - the result isn't used anywhere and it just doesn't work either. M +0 -2 FindGLIB2.cmake --- trunk/kdesupport/phonon/cmake/FindGLIB2.cmake #870774:870775 @@ -25,8 +25,6 @@ NAMES glib-2.0 PATHS ${PKG_GLIB_LIBRARY_DIRS} ) -get_filename_component(glib2LibDir ${PKG_GLIB_LIBRARIES} PATH) - find_path(GLIB2_INTERNAL_INCLUDE_DIR glibconfig.h PATH_SUFFIXES glib-2.0/include PATHS ${PKG_GLIB_INCLUDE_DIRS} ${PKG_GLIB_LIBRARIES} ${CMAKE_SYSTEM_LIBRARY_PATH})