Very interesting discussion, we have the same issues here.
Florent Castelli, how many third parties libraries do you use ? I think a
super build can be a very good solution but I'm wondering how much third
party code you have to build. Here we use OpenCV, with, boost, and poco,
and other things...
Hi,
I stumbled on a bug : CMAKE_VS_PLATFORM_TOOLSET is empty when generating
for VisualStudio 2010
Here is a patch
--
*Benjamin BALLET*
Ingénieur R&D
*ACTIVISU*
19, rue Klock - 92110 Clichy
*> Standard Tél* : 01 44 69 37 37
*>* www.activisu.com
0001-VS-set-DefaultPlatformToolset-to-v100-for
Hi folks,
As user I'm currently working on migrating C++CLI projects to CMake.
I wasted a few hours because I used VS_GLOBAL_RootNamespace (a specialized
version of VS_GLOBAL_ property) instead of
VS_GLOBAL_ROOTNAMESPACE.
So here is a patch to save the next one from wasting those same hours.
In