I am looking for a way to compile some libraries which come ready to be used through cmake, the problem is that I would like to use VC++ express 2012 (the first express version
So, in the file CMakeVS11FindMake.cmake I had to change all references of the registry key
CMakeVS11FindMake.cmake
HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\11.0
to the key
HKEY_CURRENT_USER\\Software\\Microsoft\\WDExpress\\11.0_Config
(just adding them as an extra hint will work)