Closed liesrock closed 7 years ago
It might be related to an old issue with CMakeParseArguments
for which I had a workaround, but that I cannot remember whether I removed it or not.
Which CMake and YCM versions are you using?
We are currently using CMake 3.5 with YCM v0.2.2
@liesrock should be fixed in YCM master, please try changing YCM_TAG to 538bec08ad3e32b4423fe008e79d0eee941e89e9
Thanks! It works now!
@liesrock Since this is quite an important issue, I will probably release YCM v0.2.3 in the next few days...
@drdanz what do you think about this? me and @alaurenzi would like to jump the BUILD e INSTALL steps for the ADVR_shared repo. It is easy to reproduce the error:
The output will be:
[ 75%] Performing build step for 'ADVR_shared' [ 87%] Performing install step for 'ADVR_shared' make[4]: No rule to make target `install'. Stop. make[3]: [configs/ADVR_shared/CMakeFiles/YCMStamp/ADVR_shared-install] Error 2 make[2]: [CMakeFiles/ADVR_shared.dir/all] Error 2 make[1]: [CMakeFiles/ADVR_shared.dir/rule] Error 2 make: *** [ADVR_shared] Error 2
Here is the BuildADVR_shared.cmake :