Re: [CMake] [ANNOUNCE] CMake 3.6.0-rc4 now ready for testing!

2016-06-29 Thread Hendrik Sattler
Am 29. Juni 2016 21:30:40 MESZ, schrieb Robert Maynard : >I am proud to announce the fourth CMake 3.6 release candidate. > >Sources and binaries are available at: > https://cmake.org/download/ > >Documentation is available at: > https://cmake.org/cmake/help/v3.6 > >Release notes appear below a

[CMake] [ANNOUNCE] CMake 3.6.0-rc4 now ready for testing!

2016-06-29 Thread Robert Maynard
I am proud to announce the fourth CMake 3.6 release candidate. Sources and binaries are available at: https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.6 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.6/release/

[CMake] how to ctest with pre- and -post processing

2016-06-29 Thread TS
Hi, Is it possible to have a ctest which involves preprocessing as well as postprocessing. The code I want to test is myCode.exe, which writes an output file OUTPUT. Measure for success is a comparison of OUTPUT against REFERENCE data file. Currently, I use two add_tests: ADD_TEST(code_f

Re: [CMake] How do you handle recursive dependencies in CMake

2016-06-29 Thread Cfyz
On 29 June 2016 at 05:08, Raymond Wan wrote: > I agree that what we're observing is a problem, but I don't think it is that big. I must admit I am mixing a bit of my own situation here and trying to think about the most general case. It's just there is a missing bit in the dependency search syste

Re: [CMake] CMAKE_C_COMPILE_OBJECT vs

2016-06-29 Thread Sam Cristall
Looks like this was just a change in CMake 3.4. Updated to latest, and everything is working. > On Jun 28, 2016, at 5:19 PM, Sam Cristall wrote: > > I'm trying to implement a cross compilation wrapper and hit a snag with > CMAKE_C_COMPILE_OBJECT. I've found that on OSX / Linux (Makefile Gener

Re: [CMake] [cmake-developers] [iOS] What is the correct way to add resources to an XCode project

2016-06-29 Thread Ben Boeckel
On Wed, Jun 29, 2016 at 16:48:10 +0200, Roman Wüger wrote: > I know because I wrote this ticket. Ah. I didn't check the Mantis side. > I thought this was "closed/want fixed" because of the implementation > for RESOURCE a few days ago. Hmm. I don't see that. Do you have a link? --Ben -- Powere

Re: [CMake] [cmake-developers] [iOS] What is the correct way to add resources to an XCode project

2016-06-29 Thread Roman Wüger
Thanks Ben, I know because I wrote this ticket. I thought this was "closed/want fixed" because of the implementation for RESOURCE a few days ago. Regards Roman > Am 29.06.2016 um 14:52 schrieb Ben Boeckel : > >> On Tue, Jun 28, 2016 at 23:01:56 +0200, Roman Wüger wrote: >> The target property

Re: [CMake] [cmake-developers] [iOS] What is the correct way to add resources to an XCode project

2016-06-29 Thread Ben Boeckel
On Tue, Jun 28, 2016 at 23:01:56 +0200, Roman Wüger wrote: > The target property RESOURCE does only allow files but no directories. There's an open issue for this: https://gitlab.kitware.com/cmake/cmake/issues/14743 --Ben -- Powered by www.kitware.com Please keep messages on-topic and che