[cmake-developers] location tag substitution in external project BUILD_BYPRODUCTS

2015-03-06 Thread Gaetan Lehmann
Hi, BUILD_BYPRODUCTS works very well with external projects and ninja :-) I'd like to propose a small enhancement: replace the location tags like BINARY_DIR by their real path in BUILD_BYPRODUCTS, in order to let the developer specify the byproducts without explicitly setting the external project

[cmake-developers] [CMake 0015434]: Multiple add_custom_command with the same MAIN_DEPENDENCY causes duplicate rule invokations

2015-03-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15434 == Reported By:Ben Boeckel Assigned To:

[cmake-developers] [CMake 0015432]: FindHDF5 HDF5_USE_STATIC_LIBRARIES should only apply to HD5 specific libraries

2015-03-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15432 == Reported By:Sascha Kratky Assigned To:

[cmake-developers] [CMake 0015433]: CPack WIX creates incorrect .wixobj filenames for CPACK_WIX_EXTRA_SOURCES

2015-03-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15433 == Reported By:Mark Stijnman Assigned To:

Re: [cmake-developers] Extracting target metadata, IDE integration

2015-03-06 Thread Aleix Pol
On Wed, Mar 4, 2015 at 9:05 PM, Brad King brad.k...@kitware.com wrote: On 03/02/2015 09:10 PM, Aleix Pol wrote: I created a new version of the patch: http://proli.net/meu/kdevelop/0001-cmake-Add-option-to-generate-target-metadata-for-IDE-v2.patch Thanks. Samples: LLVM:

Re: [cmake-developers] [CMake] Wrong behavior with 3.2.0-rc2

2015-03-06 Thread Nils Gladitz
On 03/06/2015 10:22 AM, Pere Mato Vila wrote: Using version 3.2.0-rc2 on the Mac OS X 10.10 with the make generator. The following example executes the custom to create A.txt and B.txt twice when building with make -jN - cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)

Re: [cmake-developers] location tag substitution in external project BUILD_BYPRODUCTS

2015-03-06 Thread Brad King
On 03/06/2015 09:17 AM, Gaetan Lehmann wrote: I'd like to propose a small enhancement: replace the location tags like BINARY_DIR by their real path in BUILD_BYPRODUCTS Good idea, thanks. I'll test the patch and integrate when I get a chance. -Brad -- Powered by www.kitware.com Please keep

Re: [cmake-developers] [CMake] Wrong behavior with 3.2.0-rc2

2015-03-06 Thread Brad King
On 03/06/2015 06:57 AM, Nils Gladitz wrote: On 03/06/2015 10:22 AM, Pere Mato Vila wrote: [100%] [100%] *Generating A.txt, B.txt* *Generating A.txt, B.txt* Thanks for trying the release candidate and reporting this. This seems to be the case since [644b4688d71cc52f8499d6103495de0909319557]