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

Use vcpkg for dependency management #92

Draft
wants to merge 34 commits into
base: master
Choose a base branch
from

Conversation

acarabott
Copy link
Contributor

@acarabott acarabott commented Aug 14, 2022

Use vcpkg to install and manage dependencies. Vamp is an feature (optional) dependency, which can be enabled in CMakeLists.txt

I have tested this on mac to build C++ and python, needs testing on windows and linux. I think this may remove the special windows build instructions.

———

Making this PR a draft for now as needs testing and discussion.

@acarabott acarabott marked this pull request as draft August 14, 2022 19:26
This reverts commit 3ec40fc.

This commit has an error, it uses ${ARCHS_STANDARD} instead of the correct
value of $(ARCHS_STANDARD). The reason it still worked was ${ARCHS_STANDARD}
is a CMake variable, and is set to "" by default.

The parentheses version will work correctly if using Xcode or Makefiles as your
build system, but fails with ninja (default build system for CLion).
need to set macOS architectures BEFORE project()
was Develop, which doesn't match either of the later checks
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

Successfully merging this pull request may close these issues.

None yet

1 participant