On 01/15/2015 11:47 AM, Yves Frederix wrote:
> I recently made the upgrade from v2.8.12 to v3.1.0. Unfortunately, I
> am now experiencing a serious decrease in build speed for the VS2012
> Win64 builds.
[snip]
> gives the impression that the difference might be due to a change in
> default compilat
Hello,
we have only upgraded to the last release 3.1.0 from 3.0.2 and get the
following when cpack is executed in a CTestScript:
error: fixup_bundle: not a valid bundle
The files are ceated, but they are not copied to the _CPack_Packages folder
Then I found out that the variable "CMAKE_INSTALL
Hi all,
I recently made the upgrade from v2.8.12 to v3.1.0. Unfortunately, I
am now experiencing a serious decrease in build speed for the VS2012
Win64 builds. I have searched the cmake mailings but I was unable to
find a reference to a similar issue.
To give an idea about the difference I am obs
I have a managed C++ (CLI) project that I build using CMake. I have
another C# project (Visual Studio 2013) that I maintain outside of
CMake that needs to reference the managed C++ DLL output by CMake.
What is the best approach for this?
The C# project is technically a completely separate product
Title says it all. How can I get my application listed in the
KDE4/Gnome menus and create a desktop icon for it?
I tried placing an INSTALL( FILE ) of:
/usr/share/applications/mrViewer.desktop
/usr/share/pixmaps/mrViewer.xpm
But the above does not work and seems it used to work for KDE3.
Any