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

Newer versions of CMake don't like at-symbols in variable names #860

Open
jameslittle230 opened this issue Aug 27, 2016 · 0 comments
Open

Comments

@jameslittle230
Copy link
Member

I'm trying to figure out some dependency issues in trying to get our code to compile on Ubuntu 16.04 and I'm running into an issue where CMake 3.1 doesn't like @'s in our variables due to a new CMake policy that must have been added recently. The workaround is to disable this policy but maybe we should think about refactoring our CMake options to both fix this bug and remove old options (color tables) that we don't use anymore.

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

1 participant