cdelledonne / vim-cmake

Vim/Neovim plugin for working with CMake projects
MIT License
259 stars 21 forks source link

Running command: cmake --build Debug <mytarget> #92

Closed Nullarity closed 4 months ago

Nullarity commented 10 months ago

I'm probably missing some basics. When I do :CMakeBuild mytarget the plugin runs cmake --build Debug mytarget, which is basically the wrong command line parameters for running CMake. I'm expecting something like this: cmake --build <build-directory> [--target <target>]

cdelledonne commented 10 months ago

Hi, this is not the expected behavior indeed. But I can't reproduce your issue without additional context and info. Can you please provide the following?

cdelledonne commented 4 months ago

Closing due to inactivity