We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Remove direct inclusion of opus and rtaudio or at least move into sub-projects,
Git subprojects would provide a backup if no libraries are available on the installation computer.
CMake ExternalProject_Add allows to download and build a git repo without specifying it as submodule. Which way is the better one?
Info here: https://chrisjean.com/git-submodules-adding-using-removing-and-updating/ https://github.com/psi4/psi4/wiki/External-subprojects-using-Git-and-CMake https://cmake.org/cmake/help/v3.0/module/ExternalProject.html
The text was updated successfully, but these errors were encountered:
Added git submodules and updated CMake, see #73
e5d88fe
Signed-off-by:doe300 <[email protected]>
Hopefully fixed AppVeyor, again #73
0ba3914
5ee157f
Fixed a bug occurring when RtAudio is not available, introduced in #73
caa0603
No branches or pull requests
Remove direct inclusion of opus and rtaudio or at least move into sub-projects,
Git subprojects would provide a backup if no libraries are available on the installation computer.
CMake ExternalProject_Add allows to download and build a git repo without specifying it as submodule. Which way is the better one?
Info here: https://chrisjean.com/git-submodules-adding-using-removing-and-updating/
https://github.com/psi4/psi4/wiki/External-subprojects-using-Git-and-CMake https://cmake.org/cmake/help/v3.0/module/ExternalProject.html
The text was updated successfully, but these errors were encountered: