Re: [cmake-developers] Setting unexposed Visual Studio properties from CMake?

2015-03-18 Thread Dmitry Polyanitsa
We're definitely planning to do this, but it's a big action item and we're still prioritizing it. -Dmitry -Original Message- From: cmake-developers [mailto:cmake-developers-boun...@cmake.org] On Behalf Of Brad King Sent: Tuesday, March 17, 2015 9:44 PM To: Robert Goulet Cc:

Re: [cmake-developers] [PATCH v8 0/5] Add XCTest Bundle Support

2015-03-18 Thread Gregor Jasny
On 17/03/15 20:18, Brad King wrote: + target_link_libraries(${target} +PRIVATE -bundle_loader $TARGET_FILE:${testee}) Please try using this in a CMake source/build tree each with spaces in the path. Quoting may need updating; perhaps: target_link_libraries(${target}

[cmake-developers] [CMake 0015455]: Xcode 6.2 cannot be detected

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

[cmake-developers] [CMake 0015457]: ninja generator relinks all executables after incremental build in LLVM due to extra .lib output file

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

Re: [cmake-developers] Explicit custom command BYPRODUCTS

2015-03-18 Thread Brad King
On 03/17/2015 05:50 PM, Adam Strzelecki wrote: Does this BYPRODUCTS extension landed into 3.2? Yes. is there any new POLICY to tell CMake to stop generating implicit phony rules for Ninja as proposed in: Not yet. For out-of-source builds the only place that the phony rules can show up is

Re: [cmake-developers] Support of codesign

2015-03-18 Thread A. Klitzing
Ping? :-) Am 11.03.2015 13:21 schrieb A. Klitzing aklitz...@gmail.com: Hi there! I added another improvement to the codesign feature. Sometimes it is helpful to overwrite or pass additional parameters like --timestamp=none to codesign. But this shouldn't be the default for everyone. So I

[cmake-developers] AutogenInfo.cmake With Read-Only Modules

2015-03-18 Thread Justin Borodinsky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I ran into an issue when the Modules directory is read-only, I received a Internal CMake error when trying to open file... from cmQtAutoGenerators. ConfigureFile use the source file's permissions, but cmQtAutoGenerators::SetupAutoGenerateTarget

[cmake-developers] [CMake 0015458]: New Functionality to Restore Directory Attributes

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

[cmake-developers] [CMake 0015459]: autogen broken for ninja generator

2015-03-18 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15459 == Reported By:Norbert Pfeiler Assigned To:

Re: [cmake-developers] RFC: Helper macros for writing Find modules

2015-03-18 Thread Alex Merry
On Tuesday 17 March 2015 15:41:17 Brad King wrote: On 03/13/2015 06:04 AM, Alex Merry wrote: For the extra-cmake-modules package, I wrote some macros to help with writing component-based Find modules, which are non-trivial to get right. The documentation for them can be found here: