Skip to content
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

cmake install not copying yuarel.h #79

Closed
briandowns opened this issue Oct 9, 2018 · 4 comments
Closed

cmake install not copying yuarel.h #79

briandowns opened this issue Oct 9, 2018 · 4 comments

Comments

@briandowns
Copy link

It appears as though the cmake install script works great (and thank you for it) however it's not copying the yuarel.h to "/usr/local/include" on MacOS. I'm going to poke around some to see if I can figure out why however my cmake knowledge is limited.

Thanks in advance for any and all assistance.

@babelouest
Copy link
Owner

Thanks for the report, can you copy paste the commands you're using and the result, I might have missed something in the build process...

@briandowns
Copy link
Author

Thanks for responding so quickly. Here are the commands I'm running.

git clone git@github.com:babelouest/ulfius.git
cd ulfius
mkdir build
cd build
cmake -DWITH_JOURNALD=off -DWITH_RPM=off -DWITH_WEBSOCKET=off ..
make && sudo make install

@babelouest
Copy link
Owner

I think I got the problem, another issue with my install tests that don't handle websocket disabled. Should be fixed in the master branch.

@briandowns
Copy link
Author

That worked great. Thank you so much for the insanely quick response and fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants