ilyachur/cmake4vim

cmake_build_target not taken into account

CharlesGueunet opened this issue · 1 comments

Hello,

I often use the documented global variable g:cmake_build_target to switch between build type when compiling and it seems it make some weeks this vaariable does not really change the build type anymore. The cmake command executed always contains "all" now. Is there a new syntax I am not aware of ?

Charles

Using CMakeSelectTarget install / all instead of the global variable g:cmake_build_target solved this issue.

Charles