[cmake-developers] [PATCH] QtDialog: Allow to set CMAKE_SHARE_DIR

2015-12-20 Thread Niels Ole Salscheider
This is needed for multiarch layouts where the prefix is /usr/${host} but where arch-independet files are installed to /usr/share. --- Source/CMakeInstallDestinations.cmake | 3 +++ Source/QtDialog/CMakeLists.txt| 6 +++--- bootstrap | 7 +++ 3 files changed

Re: [cmake-developers] Restriction on target types for GraphViz dependency graph generation

2015-12-20 Thread Daniel Pfeifer
On Wed, Dec 16, 2015 at 5:20 AM, Andrey Mishchenko wrote: > Hi, > > I noticed that the automatic dependency graph generation in CMake targeting > GraphViz only considers targets of certain types. In particular, it only > adds nodes for executables and shared, static, and module libraries. > > Is t