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

Fix broken cmake list append #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

skyler237
Copy link

The CMakeLists.txt had a broken list append syntax that didn't actually append to the list properly.

When appending to a list in CMake, the variable name needs to be used directly instead of wrapping in ${VAR_NAME}

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.

1 participant