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
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
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
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@
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
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 ?
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.
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
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
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
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
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,
12 matches
Mail list logo