Re: [CMake] Cmake and Visual Studio platforms

2013-03-01 Thread Meteorhead
I understand why CMake cannot resolve the issue in a single call to configure. However... how tricky/hard/impossible would it be to alter/rape the generate stage of CMake to handle this issue? Let's say I wanted to create a Win32 and an x64 platform inside a solution/project. Then I would start

Re: [CMake] Cmake and Visual Studio platforms

2013-03-01 Thread Meteorhead
Hi David! We either misunderstand each other, or my knowledge of CMake is too limited, but let me try to clarify this one last time, and if you still say it cannot work, I'll leave it at that: 1) I configure my project using Win32 with output dir A. In this directory every intermediate test and

[CMake] Cmake and Visual Studio platforms

2013-02-28 Thread Meteorhead
Hi! I've been learning CMake for the past 2-3 weeks now, expanding my project feature by feature through making a tutorial for fellow scientists, and there is one big question that people (such as myself and others) ask coming from the Windows side of development: Why can't CMake create platforms

[CMake] Cmake 2.8.10 with Qt 5.0.1 under Win8 with VS2012: undefined external symbol

2013-02-13 Thread Meteorhead
Hi! I have started fiddling with CMake aiming to serve as the makefile for a new project aiming linux and Windows platforms, involving many other libs, test modules, etc. Therefore it seems like the optimal choice. I wanted to create a comprehensive “tutorial” for some friends (and collegues)

[CMake] Visual Studio project generation under unicode path

2013-02-11 Thread Meteorhead
Hi! I have an issue with CMake generating Visual Studio 11 project files under a path containing unicode characters. For safety reasons I develop on a cloud backed directory (Skydrive) which is located locally under my home folder in Windows 8. Since Windows 8 uses Live-ID when installing the OS,