visual studio express 2012 and cmake

后端 未结 5 2197
名媛妹妹
名媛妹妹 2021-02-10 20:23

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

5条回答
  •  日久生厌
    2021-02-10 20:51

    So, in the file CMakeVS11FindMake.cmake I had to change all references of the registry key

    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)

提交回复
热议问题