You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the running :CMake without the async plugin, the standard output of cmake is not displayed, so you don't know wether errors occurred.
Why not use execute '!cmake .. '... instead of system("cmake .. ..."), so that the output gets streamed to the command line like with :make or :make install?
The text was updated successfully, but these errors were encountered:
When the running
:CMake
without the async plugin, the standard output of cmake is not displayed, so you don't know wether errors occurred.Why not use
execute '!cmake .. '...
instead ofsystem("cmake .. ...")
, so that the output gets streamed to the command line like with:make
or:make install
?The text was updated successfully, but these errors were encountered: