-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setting BUILD_COMMAND or INSTALL_COMMAND in the Buildxxx.cmake does not have any effect #15
Comments
It might be related to an old issue with |
We are currently using CMake 3.5 with YCM v0.2.2 |
@liesrock should be fixed in YCM master, please try changing |
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 :
The text was updated successfully, but these errors were encountered: