-
Notifications
You must be signed in to change notification settings - Fork 256
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
No rule to make target install #241
Comments
I have this experience too. I do not know the reason either, but also determined that So a temporary workaround is to revert to v2.9. |
The option() command expects a help string between the variable and the initial value. Closes p-ranav#241 Signed-off-by: Sean Robinson <[email protected]>
@JohnGalbraith Thank you for mentioning the break happened after |
He did a check on |
@terroo thanks! |
When trying ot install the package as explained in the README, I have the following error:
I try to build and install in a conda environment with the following command:
The following fails the same way:
cmake $SRC_DIR
I cannot find a reason that would prevent CPack to generate the install command in the Makefile.
The text was updated successfully, but these errors were encountered: