简体   繁体   中英

CMake in VS 2017 don't show build log while build

当我从VS 2017 IDE在我的CMake项目(以“打开的文件夹”打开)中构建任何CMake目标时,我没有看到任何输出,因此无法理解发生了什么情况,例如在构建器或链接器错误的情况下...

This is resolve by set option:

" Tools " > " Options " " Projects and Solutions " > " General " Check the option " Show Output window when build starts "

The next time you build, the "Build" option in the "Output" windows will appear and be automatically selected.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM