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:

[CMake] how to create a custom dashboard?

2015-03-18 Thread Miklos Espak
... different then Nightly, Continuous and Experimental? I would like to have a dashboard per branch for continuous testing, so that we can track the changes in the individual branches independently. The --track option should be for that, I think, but could not get it working. I tried this:

Re: [CMake] Unreliable Find*.conf

2015-03-18 Thread Hendrik Sattler
Am 18. März 2015 07:23:12 MEZ, schrieb Damian Philipp damian.phil...@gmx.net: Hello cmake-experts, I am working on a project that uses a third-party library delivered in binary form (TeamSpeak 3 SDK). My project is supposed to build on Win, Linux, and OSX, so I decided to use cmake as a build

[Cmake-commits] CMake branch, next, updated. v3.2.1-1072-g915508c

2015-03-18 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 915508ce92ea902def48ba166021e9ca4fb228bf (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.1-1074-ge8d6f02

2015-03-18 Thread Gregor Jasny
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via e8d6f02cf4aa532f9a67d143c3f09d4f3f085119 (commit) via

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-commits] CMake branch, next, updated. v3.2.1-1081-gef88ba3

2015-03-18 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via ef88ba3fe1f16d8663109eb77b1931a3fedba443 (commit) via

[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:

Re: [CMake] Correct way to set machos-min-version in Cmake 3.2.1

2015-03-18 Thread Gregor Jasny
Hello, On 18/03/15 06:08, James Turner wrote: I’d imagine this is a FAQ, but I’ve Googled without success. Apologies if the answer is out there. With Cmake 3.2.1, some behaviour seems to have changed, in the handling of CMAKE_OSX_DEPLOYMENT_TARGET. I am trying to build using the 10.9

[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:

[Cmake-commits] CMake branch, next, updated. v3.2.1-1086-gf8c44b8

2015-03-18 Thread Bill Hoffman
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via f8c44b8b438059eb936c9c59630aa8f2fc123869 (commit) via

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] Unreliable Find*.conf

2015-03-18 Thread Rolf Eike Beer
Am Mittwoch, 18. März 2015, 07:23:12 schrieb Damian Philipp: Hello cmake-experts, I am working on a project that uses a third-party library delivered in binary form (TeamSpeak 3 SDK). My project is supposed to build on Win, Linux, and OSX, so I decided to use cmake as a build tool. I have

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

Re: [CMake] Supress generation of a Makefile

2015-03-18 Thread Ryan Pavlik
If you can't/won't use CMake on all platforms (why? Seems like extra maintenance effort)... You should be OK if you do an out of source build as usually recommended for CMake; that is, generating the build files (by running cmake in) in a different directory than your source code. Ryan On Wed,

[CMake] Supress generation of a Makefile

2015-03-18 Thread aditya siram
Hi all, I have a cross platform project where Linux/Mac users will use the standard autoheader;autoconf;./configure .. routine, but on Windows users will do cmake .; make. I am using CMake solely to substitute some variables in some subdirectory Makefile.in's. The problem is that there is an

[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:

[Cmake-commits] CMake branch, next, updated. v3.2.1-1090-g80ca453

2015-03-18 Thread Clinton Stimpson
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 80ca453b3313688e40750f0908c05a77d5c4a3d4 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.2.1-441-g486e9f4

2015-03-18 Thread Kitware Robot
20150318) +set(CMake_VERSION_PATCH 20150319) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- CMake

[Cmake-commits] CMake branch, next, updated. v3.2.1-1088-g15b62be

2015-03-18 Thread Domen Vrankar
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 15b62be62df4829a76f8de62785e81934610c77a (commit) via

Re: [CMake] Full paths for transitive dependencies

2015-03-18 Thread Stephen Kelly
Adam wrote: I happened to stumble acrosss this today. I fixed it by adding another find_package to the last project but this seems to defeat the purpose of transitive dependencies. What am I doing wrong? The docs I linked to describe Config files which include() the result of

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:

[CMake] Unreliable Find*.conf

2015-03-18 Thread Damian Philipp
Hello cmake-experts, I am working on a project that uses a third-party library delivered in binary form (TeamSpeak 3 SDK). My project is supposed to build on Win, Linux, and OSX, so I decided to use cmake as a build tool. I have started work on a Findts3sdk.cmake (find_package() in module mode)