[cmake-developers] [CMake 0015862]: Compiles to obj intead of to o object files

2015-11-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15862 == Reported By:julian1844 Assigned To:

[cmake-developers] [CMake 0015861]: Configuration with -flto flag failed: CMAKE_CXX_STANDARD_COMPUTED_DEFAULT should be set for AppleClang [3.4 regression]

2015-11-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15861 == Reported By:Ruslan Baratov Assigned To:

[cmake-developers] [CMake 0015860]: FindBoost module return fails

2015-11-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15860 == Reported By:Yubin Lim Assigned To:

[cmake-developers] [CMake 0015859]: Problems with cmake in Windows related to maximum path length

2015-11-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15859 == Reported By:Hauke Krüger Assigned To: ==

[cmake-developers] [CMake 0015858]: Rationalise documentation for DEPENDS fields of add_custom_command() and add_custom_target()

2015-11-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15858 == Reported By:Sam Thursfield Assigned To:

Re: [cmake-developers] [PATCH] Qt4Macros generate resources with same file name

2015-11-24 Thread Clinton Stimpson
How does qmake handle this conflict of resource names? The QT4_MAKE_OUTPUT_FILE() part looks fine to me. However, have you considered an alternative to string(RANDOM LENGTH 16 outfilename) which is to allow the caller to pass in the "-name ..." option. qt4_add_resources(app_source_res res_a.qrc

[cmake-developers] [CMake 0015857]: Symbols from *.obj's from an OBJECT lib are not exported when included in a SHARED lib when using WINDOWS_EXPORT_ALL_SYMBOLS

2015-11-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15857 == Reported By:Chris M Assigned To: ===

Re: [cmake-developers] Fwd: Cmake stucks

2015-11-24 Thread David Cole via cmake-developers
What OS? What version of CMake? What version of VTK? Did you download CMake, and if so, from where? Or did you build CMake yourself? On Tue, Nov 24, 2015 at 7:27 AM, Constantinus Spanakis wrote: > Hello, i tried to configure VTK using Cmake, but every time it stucks > while checking on the sig

[cmake-developers] Fwd: Cmake stucks

2015-11-24 Thread Constantinus Spanakis
Hello, i tried to configure VTK using Cmake, but every time it stucks while checking on the signedness of char and it doesn't move forward. What could be the problem? -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Ki