I've run into a couple of issues and thought I would share in case someone else is having similar ones...
Versions of CMake somewhere above 2.8.10 appear to enforce a standard of 'whitespace' conversion.
ToWit: running CMake with certain directory names 'may' cause it to generate syntax warnings during the compiler check.
I ran into this using CMake version 2.8.12.2, placing the local EQEmu Git repo on my desktop and naming the parent folder
'git-emusource - InvConv (762)'
Removing the whitespace in the directory name did not clear the warnings. I didn't troubleshoot this further..but, dropping everything
after 'git-emusource' did resolve the problem.
Ultimately, I downgraded to CMake version 2.8.10 and the problem also went away.
On Intellisense... Anyone running Windows XP and Visual Studio 2010 may have noticed that their Intellisense no longer functions
properly, if at all...
If you have this problem, you may want to check out hotfix from Microsoft:
http://support.microsoft.com/kb/2526044
This fixed Intellisense in my case.