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
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
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
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
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
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
> * 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
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
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