-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support Conan #402
Comments
We can do it the trick is the release builder. So you would need to keep the build files in another directory and copy them. |
and I think make changes to the CMakeLists.txt |
The current release-builder has the path hard-coded as /data/builds, which is not available on macos where these directories are not accessible even with admin. |
Yeah it needs to be run on a ubuntu machine. You could add a mac os if/else or just change it for development |
As long as the release builder is adjusted to continue working I'm ok with the "primary" build method becoming conan |
Currently I'm using the conan-strict branch by @dangell7 as a base during development.
It would be great if this could be used in the dev branch as well.
https://github.com/Xahau/xahaud/tree/conan-strict
However, Boost 1.86 used in the current dev branch causes build errors, so I have downgraded to 1.83 in my environment.
tequdev@ec9c625
The text was updated successfully, but these errors were encountered: