Re: [CMake] Re-2: .so libraries and Xcode

2014-03-03 Thread Michael Jackson
That part may not be correct. it should be target_link_libraries(myexe somelib) CMake will look for variations of the name for the library. I think. At least I have never had to put a full path like at and I use .plugin for my libraries in my project and they work fine on OS X with Xcode. You

[CMake] Re-2: .so libraries and Xcode

2014-03-03 Thread Bjoern Sarrazin
Hi, no, I haven't. I assume the ".dylib" extension on Mac is pure convention, isn't it? And this convention is not used for instance by ROOT libraries installed via macports (https://trac.macports.org/browser/trunk/dports/science/root/Portfile). This is not a problem for cma

Re: [CMake] CMake + Qt5LinguistToolsMacros.cmake: QT5_CREATE_TRANSLATION delete source ts files during clean

2014-03-03 Thread Anatoly Shirokov
Guys! What is the next step? What should I do to merge my patch to QTx_CREATE_TRANSLATION? Thanks in advance, Anatoly Shirokov. 26.02.2014 10:38, Anatoly Shirokov пишет: Guys! I have fixed bug related to delete translation (ts) file during clean (someone meet the same problem here http://cm

Re: [CMake] PROTECTED_AT: double encoding in CPack?

2014-03-03 Thread Ian Monroe
On Fri, Feb 28, 2014 at 5:27 PM, Ian Monroe wrote: > I'm getting errors like: > error: File not found: > /home/ian/atlassian/quipchat-installer/build64/quipchat-prefix/src/quipchat-build/_CPack_Packages/Linux/RPM/hipchat-2.1.60090-Linux/opt/HipChat/lib/QtQuick/Controls/Styles/Base/images/arrow-up@

[CMake] .so libraries and Xcode

2014-03-03 Thread Bjoern Sarrazin
Hi! I'm trying to link shared libraries with filename extension ".so" (like the ROOT libraries from root.cern.ch). This works fine using Makefiles, also on Mac OS. Using option -G Xcode however it does not work: I use something like target_link_libraries(myexe /full/path/to

Re: [CMake] JOM generator does not support toolset option

2014-03-03 Thread Nils Gladitz
On 03.03.2014 12:22, Robert Bielik wrote: I'm trying to use the "NMake Makefiles JOM" generator (CMake 2.8.11.2), but it chokes on not supporting the toolset option: CALL cmake -G"NMake Makefiles JOM" -DCMAKE_GENERATOR_TOOLSET:STRING="v110_xp" ... When will that generator support this ?

[CMake] JOM generator does not support toolset option

2014-03-03 Thread Robert Bielik
Hi, I'm trying to use the "NMake Makefiles JOM" generator (CMake 2.8.11.2), but it chokes on not supporting the toolset option: CALL cmake -G"NMake Makefiles JOM" -DCMAKE_GENERATOR_TOOLSET:STRING="v110_xp" ... When will that generator support this ? Regards /Rob -- Powered by www.kitware.

[CMake] ANN: CMake Course - February 10 in Lyon, France

2014-03-03 Thread Julien Jomier
Kitware will be holding a CMake training course on March 24, 2014 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 still available): http://training.kitware.fr/browse/47 Note

Re: [CMake] CMake 3.0-rc1 now ready for testing!

2014-03-03 Thread Stephen Kelly
Hendrk Sattler wrote: > 2. The CMP0043 descriptions only mentions target specific solutions. I extended the sample code with a directory property too. > In the description of > add_definitions(), it is > mentioned: > "Arguments to add_definitions may use “generator expressions” with > th

Re: [CMake] CMake 3.0-rc1 now ready for testing!

2014-03-03 Thread Hendrk Sattler
Am 2014-02-28 20:28, schrieb Robert Maynard: * The "COMPILE_DEFINITIONS_" directory properties and the "COMPILE_DEFINITIONS_" target properties have been deprecated. Instead set the corresponding "COMPILE_DEFINITIONS" directory property or "COMPILE_DEFINITIONS" target property and use "g

Re: [CMake] CMake 3.0-rc1 now ready for testing!

2014-03-03 Thread Marcel Loose
That's a nice long list ;) I noticed when building this RC on Ubuntu 13.10, that 'make test' fails: $ make test Running tests... make: Bootstrap.cmk/ctest: Command not found make: *** [test] Error 127 Copying ./bin/ctest to ./Bootstrap.cmk solves this issue. Best regards, Marcel Loose. On 28/0

Re: [CMake] CMake Tools for Visual Studio 1.1 Released!

2014-03-03 Thread Nagy-Egri Máté Ferenc
I use Notepad++ to edit CMake files (though since I usually generate VS2013 solutions for developing, I sometimes get lazy and just use the VS editor to make small changes, which now will definately happen more often 😊), and in Cmake there is an extra orange color to ${VARNAME} type constructs,