Re: [CMake] Installation corrupts library on OS X

2014-10-13 Thread clinton
- Original Message - > Hi, > I'm using CMake 3.0.2 on OS X 10.9.4. When I do a "make install", it's > somehow corrupting some of my libraries at install time. > Here is what otool reports for the library in my build directory - that is, > the state of the library prior to installation:

[CMake] Installation corrupts library on OS X

2014-10-13 Thread Peter Eastman
Hi, I'm using CMake 3.0.2 on OS X 10.9.4. When I do a "make install", it's somehow corrupting some of my libraries at install time. Here is what otool reports for the library in my build directory - that is, the state of the library prior to installation: $ otool -L libOpenMMAmoebaCUDA.dylib

[CMake] Visual Basic support

2014-10-13 Thread Richard Shaw
Is it currently possible to build a VB project with cmake? I can't seem to find any references to do so. I'm planning on using the bvnc compiler from the mono package for linux. Thanks, Richard -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.c

Re: [CMake] VERSION and SOVERSION target properties on OS X

2014-10-13 Thread Clinton Stimpson
On Friday, October 10, 2014 12:43:53 PM Steven Velez wrote: > Forgive me if this question has been answered before but with CMAKE 2.8.12 > (I believe) xcode builds on OS X started generating shared libraries > decorated with the "VERSION" target property and symlinked by a bare dylib > name and one

Re: [CMake] What is the CMake equivalent for autotools "make dist" ?

2014-10-13 Thread houssen
Thanks, "make package_source" is what I need. FH Le 2014-10-11 20:03, Iosif Neitzke a écrit : With CPack enabled, "make help" will show all the valid targets. The "package_source" target should be one of those targets. A simple project on Linux built with "make package_source" gives me: ${C

[CMake] Specify Configuration with -D on command line

2014-10-13 Thread Dominik Szczerba
Hi, Is it possible to do something like: cmake -DBOOST_LIBRARYDIR:PATH=C:/tmp//$(Configuration) ... from command line? Such that when I swich between release/debug in the gui the correct versions will be taken? Windows 7 64 bit, Visual Studio 2012 here. Many thanks! Dominik -- Powered by www.

Re: [CMake] Quoting and Escapes

2014-10-13 Thread Dr. Christian Verbeek
Am 10.10.14 um 12:29 schrieb Nils Gladitz: On 10/10/2014 12:24 PM, Dr. Christian Verbeek wrote: Am 10.10.14 um 12:07 schrieb Nils Gladitz: On 10/10/2014 11:48 AM, Dr. Christian Verbeek wrote: INCLUDE( "C:/Program Files (x86)/somepath" ) -> include could not find load file: somepath This on