Why my CMake GUI looks different than usual

前端 未结 1 995
遇见更好的自我
遇见更好的自我 2020-12-21 23:44

I have reinstalled CMake many times and still I don\'t have the Configure and Generate options on the CMake GUI. Can someone tell me how I can delete the old configuration?

相关标签:
1条回答
  • 2020-12-22 00:20

    You have hidden the CMake variables display (which includes the Configure and Generate buttons).

    To fix this, hover your mouse pointer over the blank gray space directly under the "Where to build the binaries" textbox near the top, and the option to resize the window pane should display as your mouse pointer. You can click here and drag down vertically to re-expand the CMake variables display, which will show the buttons to Configure and Generate as well.

    0 讨论(0)
提交回复
热议问题