SVN commit 619615 by okellogg: unix is case sensitive M +1 -1 CMakeLists.txt --- trunk/KDE/kdesdk/umbrello/umbrello/CMakeLists.txt #619614:619615 @@ -1,5 +1,5 @@ find_package(LibXml2) -find_package(LIBxslt) +find_package(LibXslt) add_subdirectory( codeimport ) add_subdirectory( dialogs )