----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103701/#review37668 -----------------------------------------------------------
This review has been submitted with commit 61a2899c39b0d5bb23b849b4153702d21ad91e05 by Yury G. Kudryashov to branch master. - Commit Hook On May 7, 2013, 7:18 a.m., Yury Kudryashov wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/103701/ > ----------------------------------------------------------- > > (Updated May 7, 2013, 7:18 a.m.) > > > Review request for Build System and Digikam. > > > Description > ------- > > Now > find_package(libkexiv2 CONFIG) > finds LibKexiv2, removing need for large FindKexiv2.cmake script. > > I've decided to install libkexiv2-config.cmake, not Kexiv2Config.cmake to > avoid conflicts with FindKexiv2.cmake from kdelibs. > > Also, I'm not sure about libkexiv2-config-version.cmake. I'm ready to adjust > the default policy if someone will tell me about correct algorithm (SONAME? > Same major version? Same major/minor? something else?). > > > Diffs > ----- > > CMakeLists.txt 8c89503ffb2de66be682af3b262756519db3af49 > libkexiv2-config.cmake.in PRE-CREATION > libkexiv2/CMakeLists.txt c706d820f54b412f45131a14276b13bfc07255a1 > > Diff: http://git.reviewboard.kde.org/r/103701/diff/ > > > Testing > ------- > > $ cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/../install; cd ..; > $ cmake --find-package -DCMAKE_PREFIX_PATH=$PWD/../install -DNAME=libkexiv2 > -DCOMPILER_ID=GNU -DLANGUAGE=CXX -DMODE=EXIST > $ cmake --find-package -DCMAKE_PREFIX_PATH=$PWD/../install -DNAME=libkexiv2 > -DCOMPILER_ID=GNU -DLANGUAGE=CXX -DMODE=COMPILE > $ cmake --find-package -DCMAKE_PREFIX_PATH=$PWD/../install -DNAME=libkexiv2 > -DCOMPILER_ID=GNU -DLANGUAGE=CXX -DMODE=LINK > > > Thanks, > > Yury Kudryashov > >
_______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
