[cmake-developers] [CMake 0013895]: CMake docs: suggestion for impovement in OpenMP section

2013-02-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13895 == Reported By:Sylwester Arabas Assigned To:

Re: [cmake-developers] Depends information in buildsystem files

2013-02-07 Thread Brad King
On 02/06/2013 08:27 PM, Stephen Kelly wrote: I've pushed a branch with some addtional fixes for various issues in generator expressions. Thanks, those all look good. I presume you're finding these by trying to use the new features for Qt5, KDE, and Boost? How else? One of the issues

Re: [cmake-developers] Depends information in buildsystem files

2013-02-07 Thread Stephen Kelly
Brad King wrote: On 02/06/2013 08:27 PM, Stephen Kelly wrote: I've pushed a branch with some addtional fixes for various issues in generator expressions. Thanks, those all look good. I presume you're finding these by trying to use the new features for Qt5, KDE, and Boost? How else? Yes.

Re: [cmake-developers] Depends information in buildsystem files

2013-02-07 Thread Brad King
On 02/07/2013 09:02 AM, Stephen Kelly wrote: A concern though is this in CMakeExpandImportedTargets.cmake: get_target_property(_linkInterfaceLibs ${_CURRENT_LIB} IMPORTED_LINK_INTERFACE_LIBRARIES_${_importedConfigToUse} ) That macro won't work if the

Re: [cmake-developers] Fwd: [Bug 894805] Re: QT_IMPORTS_DIR is not defined when no QML plugins are installed

2013-02-07 Thread Clinton Stimpson
This is interesting... The intent of FindQt4.cmake is to find the Qt installation so it can be used. But in that bug report, the QT_IMPORTS_DIR variable is being used to determine the qt_dir/imports directory to install their qml plugins - which is into the Qt installation. Its a problem for

Re: [cmake-developers] Depends information in buildsystem files

2013-02-07 Thread Stephen Kelly
Brad King wrote: The full solution is to refactor things enough that a new kind of try_compile can be implemented. It should push the configuration process state on a stack, run more CMake code in the isolated state to add some targets, and then generate the build system for them directly

Re: [cmake-developers] Depends information in buildsystem files

2013-02-07 Thread Stephen Kelly
Brad King wrote: The full solution is to refactor things enough that a new kind of try_compile can be implemented. It should push the configuration process state on a stack, run more CMake code in the isolated state to add some targets, and then generate the build system for them directly

Re: [cmake-developers] Depends information in buildsystem files

2013-02-07 Thread Brad King
On 02/07/2013 11:42 AM, Stephen Kelly wrote: Are you sure? Well, my proposal would be sufficient but may not be necessary (i.e. overkill). It seems to me it would be much easier and less duplicative to add a way to specify TARGETS in try_compile, and in cmCoreTryCompile, generate the

Re: [cmake-developers] Fwd: [Bug 894805] Re: QT_IMPORTS_DIR is not defined when no QML plugins are installed

2013-02-07 Thread Stephen Kelly
Clinton Stimpson wrote: This is interesting... The intent of FindQt4.cmake is to find the Qt installation so it can be used. But in that bug report, the QT_IMPORTS_DIR variable is being used to determine the qt_dir/imports directory to install their qml plugins - which is into the Qt

Re: [cmake-developers] Fwd: [Bug 894805] Re: QT_IMPORTS_DIR is not defined when no QML plugins are installed

2013-02-07 Thread Clinton Stimpson
On Thursday, February 07, 2013 05:51:59 PM Stephen Kelly wrote: Clinton Stimpson wrote: This is interesting... The intent of FindQt4.cmake is to find the Qt installation so it can be used. But in that bug report, the QT_IMPORTS_DIR variable is being used to determine the qt_dir/imports

[cmake-developers] [CMake 0013896]: CMAKE_CL_64 incorrectly set for CXX projects

2013-02-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13896 == Reported By:Leszek Swirski Assigned To:

Re: [cmake-developers] Fwd: [Bug 894805] Re: QT_IMPORTS_DIR is not defined when no QML plugins are installed

2013-02-07 Thread Stephen Kelly
Clinton Stimpson wrote: That said, the reported problem in the bug report, that qmake reports the path, but cmake does not make it available, seems like something to look into. Do you have something in mind when you say it should be looked into? qmake is reporting a non-existant

Re: [cmake-developers] INTERFACE_INCLUDE_DIRECTORIES on STATIC libs

2013-02-07 Thread Stephen Kelly
Brad King wrote: On 02/07/2013 01:40 PM, Stephen Kelly wrote: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fecede0d9012f78470778cb049b2ab0231b4dcb7 + If this variable is enabled, CMake automatically adds for each shared + library target, module target and executable target,

[cmake-developers] [CMake 0013897]: Cross-compiling from Windows with a Linux-GCC toolchain exceeds max command line length during linking

2013-02-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13897 == Reported By:Eric Gross Assigned To:

Re: [cmake-developers] INTERFACE_INCLUDE_DIRECTORIES on STATIC libs

2013-02-07 Thread Brad King
On 02/07/2013 04:15 PM, Stephen Kelly wrote: What about OBJECT_LIBRARYs ? I have no experience with them. Do you add any interface properties to any object libraries currently? Do the new tcd() and tid() work for them, at least for the impl properties (COMPILE_DEFINITIONS and

Re: [cmake-developers] INTERFACE_INCLUDE_DIRECTORIES on STATIC libs

2013-02-07 Thread Stephen Kelly
Brad King wrote: On 02/07/2013 04:15 PM, Stephen Kelly wrote: What about OBJECT_LIBRARYs ? I have no experience with them. Do you add any interface properties to any object libraries currently? Nope. The only places where cmake populates interface properties are with the

[cmake-developers] [CMake 0013898]: cpack fails to use some CPACK_RPM_PACKAGE_* variables in the generated rpm spec if their value is less than 3 characters long

2013-02-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13898 == Reported By:Jonathan M Davis Assigned To:

[cmake-developers] [CMake 0013899]: Documentation for RPM CPack generator is missing a number of the variables that it supports

2013-02-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13899 == Reported By:Jonathan M Davis Assigned To: