Changeset 95921 in webkit


Ignore:
Timestamp:
Sep 25, 2011 1:16:48 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

[CMake] Remove FindLibXlst.cmake
https://bugs.webkit.org/show_bug.cgi?id=68770

Patch by Raphael Kubo da Costa <kubo@profusion.mobi> on 2011-09-25
Reviewed by Adam Barth.

This file should have never been committed -- the library it looks for
is called libxslt, not libxlst, so it has never really been used. When
the buildsystem looked for libxslt, it used CMake's own LibXslt.cmake
instead.

  • Source/cmake/FindLibXlst.cmake: Removed.
Location:
trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r95919 r95921  
     12011-09-25  Raphael Kubo da Costa  <kubo@profusion.mobi>
     2
     3        [CMake] Remove FindLibXlst.cmake
     4        https://bugs.webkit.org/show_bug.cgi?id=68770
     5
     6        Reviewed by Adam Barth.
     7
     8        This file should have never been committed -- the library it looks for
     9        is called libxslt, not libxlst, so it has never really been used. When
     10        the buildsystem looked for libxslt, it used CMake's own LibXslt.cmake
     11        instead.
     12
     13        * Source/cmake/FindLibXlst.cmake: Removed.
     14
    1152011-09-24  Adam Barth  <abarth@webkit.org>
    216
Note: See TracChangeset for help on using the changeset viewer.