[cmake-developers] [CPackIFW] Adding QtIFW 2.0 Support (Technical Preview)

2015-05-29 Thread Konstantin Podsvirov
Online repository updated! Meet CMake 3.2.20150529 :-) Online installers for Linux and Windows are available at the links below. On 29.04.2015, 16:57, Konstantin Podsvirov konstan...@podsvirov.pro: Two installer collected in Debian 8:

[cmake-developers] [CMake 0015593]: Overriding the project configuration (CMAKE_C_SOURCE_FILE_EXTENSIONS)

2015-05-29 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15593 == Reported By:Art Assigned To:

[cmake-developers] [CMake 0015594]: Fix a bug in cmake-compile-features(7) manual : Replace target_link_libraries() with target_include_directories()

2015-05-29 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15594 == Reported By:Erik Sjölund Assigned To:

[cmake-developers] Composability of INTERFACE properties and custom targets

2015-05-29 Thread Daniel Pfeifer
Hi, in a project, I have to generate some C++ header files at build time. Targets that use these header files need to know the directory of the generated files and depend on the custom target that in turn depends on the generated files. Example: target_include_directories(lib PRIVATE

Re: [cmake-developers] Importing platform SDK libraries without a full path

2015-05-29 Thread Brad King
On 05/27/2015 05:58 PM, Stephen Kelly wrote: I see INTERFACE as has no location (lower case), and I see IMPORTED_LIBNAME as a location. It specifies to the toolchain-supplied compiler to locate a particular toolchain-supplied library and link it. I define location as known full path to a

[cmake-developers] [CMake 0015595]: FindPkgConfig does not use the CMAKE_FRAMEWORK_PATH and CMAKE_APPBUNDLE_PATH cache variables

2015-05-29 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15595 == Reported By:Daniele E. Domenichelli Assigned To:

[cmake-developers] [CMake 0015596]: CMakeClDeps.cmake doesn't work if CC contains arguments

2015-05-29 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15596 == Reported By:Reid Kleckner Assigned To:

Re: [cmake-developers] Composability of INTERFACE properties and custom targets

2015-05-29 Thread Brad King
On 05/29/2015 10:05 AM, Daniel Pfeifer wrote: 1. Allow adding target-level dependencies to INTERFACE library: add_library(interface INTERFACE) target_include_directories(interface INTERFACE ...) add_custom_target(custom DEPENDS ...) add_dependencies(interface custom) This was made

Re: [cmake-developers] Compact dependency graph

2015-05-29 Thread Brad King
On 05/27/2015 05:49 PM, Richard Ulrich wrote: So with this patch, I can define regex replace rules to group the external libraries together. Nice. Thanks for working on this. since cmake has to compile with older compilers Yes. I extracted the RegexReplace functionality from the string

[cmake-developers] [CMake 0015597]: Issues with the 'Eclipse CDT4 - NMake Makefiles' Generator

2015-05-29 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15597 == Reported By:Anthony Ette Assigned To: