[CMake] Using generator expressions with set_target_properties

2015-06-25 Thread Patrick Griffiths
I'm trying to add the /PDBSTRIPPED option LINK_FLAGS_RELWITHDEBINFO config (Visual Studio generator, obviously): set_target_properties(target PROPERTIES LINK_FLAGS_RELWITHDEBINFO "/PDBSTRIPPED:$/stripped/$.pdb") Unfortunately the generator expressions aren't being expanded. Any suggestions on

[CMake] A little help please?

2015-06-25 Thread Owen Alanzo Hogarth
I wrote this post on SO and hoping to get some help sorting this out. Please help with this build setup and linking. http://stackoverflow.com/questions/31058688/cmake-not-properly-linking-files-after-successful-build -- Powered by www.kitware.com Please keep messages on-topic and check the CMak

Re: [CMake] Automatic management of Eclipse projects

2015-06-25 Thread Martin Weber
Am Montag, 22. Juni 2015, 18:02:01 schrieb Cedric Doucet: > Hello, > > I am testing the possibility of generating Eclipse projects with CMake. If you want to generate the from teh Eclipse workbench and are familiar with CDT, try this >https://marketplace.eclipse.org/content/cmake4eclipse> -- C

Re: [CMake] CDash problems

2015-06-25 Thread David Cole via CMake
I cloned your project [Safe Numerics](https://github.com/robertramey/safe_numerics) to try to help you out by attempting to reproduce this problem. I see the most recent activity is in the "policies" branch, but I don't see anything in the whole repo, in either 'master' or 'policies' branches that

[CMake] CDash problems

2015-06-25 Thread Robert Ramey
I set up a project on the cdash.org website. When I invoke the "experimental" target it runs the tests and uploads the results to cdash.org. So far so good. In my github project and documentation I've encouraged uses of this project to use CMake to build it and test it and run the "experiment

Re: [CMake] iOS multi-arch library target and xcodebuild

2015-06-25 Thread Ruslan Baratov via CMake
On 25-Jun-15 12:14, Eric Wing wrote: * iOS toolchains I'm using: https://github.com/ruslo/polly (used to switch between different SDKs + to add some flags, like -std=c++11) Do you have to use a different toolchain for every different variant and different OS version? That's rather unfortunate if

Re: [CMake] iOS multi-arch library target and xcodebuild

2015-06-25 Thread Eric Wing
> * iOS toolchains I'm using: https://github.com/ruslo/polly (used to > switch between different SDKs + to add some flags, like -std=c++11) Do you have to use a different toolchain for every different variant and different OS version? That's rather unfortunate if so. My current tweaks don't requir

Re: [CMake] iOS multi-arch library target and xcodebuild

2015-06-25 Thread Ruslan Baratov via CMake
On 25-Jun-15 02:26, Eric Wing wrote: On 6/24/15, Ruslan Baratov via CMake wrote: On 24-Jun-15 23:03, Bill Hoffman wrote: What is in the patched CMake? * workaround for bug: http://public.kitware.com/Bug/view.php?id=12506 * installing universal simulator + device library CMake already support

[CMake] ANN: CMake Course - Sept 7 in Lyon, France

2015-06-25 Thread Julien Jomier
Kitware will be holding a CMake training course on September 7, 2015 at Kitware's office in Lyon, France. This one-day course will cover CMake, CTest, CPack and CDash. Visit our website for more information and registration details (early registration and student discounts available): htt