cmake.vim
cmake.vim copied to clipboard
Nothing happens with :CMakeBuild
Hello,
I'm trying this plugin with vim 8.0.
I do like stated in the documentation:
-
:CMakeCreateBuild build
-
:CMakeBuild
It just prints Built all targets but nothing happens, the build directory stays empty. What do I miss?
Hey @markand, few questions:
- From what directory did you call
:CMakeCreateBuild build
? What's the value of:echo getcwd()
? - Is there a
CMakeCache.txt
in the directory already? Can you provide the output of the directory astree build
?
- I call
:CMakeCreateBuild build
from the top repository (which contains CMakeLists.txt and not a build directory yet) -
:echo getcwd()
returns /home/markand/dev/irccd - I get this error without a build directory at all
EDIT: sorry wrong formatting.
Just for completeness, do you mind making a sample repository that I can use as a test?
Yes, http://hg.malikania.fr/nsnake
+1 the same thing happened to me
Still working on a fix for this. I'm very open to PRs and/or more information on how to reproduce this!
Same. Doesn't work. CMakeBuild says nothing. Maybe a plugin combination issue?
Me too. Sad face :(