Why my CMake GUI looks different than usual

北战南征 提交于 2020-12-23 12:08:09

问题


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:


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.



来源:https://stackoverflow.com/questions/61411077/why-my-cmake-gui-looks-different-than-usual

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!