-
Notifications
You must be signed in to change notification settings - Fork 24
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
make install fails #13
Comments
You want to make a separate build directory, try:
|
That made no difference. After
fails as before on |
I am not sure why that didn't work, but the problem is that it is writing the build files into the source directory. |
I had to delete CMakeCache first, so it would build in a separate directory. However, this still did not fix the problem: Exactly the same error is occurring on |
I was able to install by making the following change to CMakeLists.txt:
|
After
make install
give an error that it cannot findboost/libs/beast/include
.The text was updated successfully, but these errors were encountered: