Re: [CMake] VS2012 builds using v3.1.0 are a lot slower than v2.8.12

2015-01-15 Thread Brad King
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

[CMake] CPack in CMake 3.1.0 doesn't install files

2015-01-15 Thread NoRulez
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

[CMake] VS2012 builds using v3.1.0 are a lot slower than v2.8.12

2015-01-15 Thread Yves Frederix
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

[CMake] C# project integration with CMake 3.1

2015-01-15 Thread Robert Dailey
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

[CMake] Linux KDE4/Gnome menus and desktop icons

2015-01-15 Thread Gonzalo Garramuno
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