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 mismatched if in CMake warning #1173

Merged
merged 1 commit into from Apr 15, 2021

Conversation

daleglass
Copy link
Contributor

This should have no actual effect, just a warning fix. Fixes:

CMake Warning (dev) in libraries/gpu-gl/CMakeLists.txt:
  A logical block opening on the line

    /home/dale/git/vircadia/vircadia-master/libraries/gpu-gl/CMakeLists.txt:4 (if)

  closes on the line

    /home/dale/git/vircadia/vircadia-master/libraries/gpu-gl/CMakeLists.txt:6 (endif)

  with mis-matching arguments.
This warning is for project developers.  Use -Wno-dev to suppress it.

This one snuck into PR #1149

This should have no actual effect, just a warning fix
@ctrlaltdavid ctrlaltdavid added the rebuild rebuild through the GithubActions label Apr 12, 2021
@digisomni digisomni added this to In progress in 2021.1.2 Eos Release via automation Apr 14, 2021
@digisomni digisomni added this to the 2021.1.2 Eos Release milestone Apr 14, 2021
@digisomni digisomni added the CR Approved At least one code reviewer has approved the PR. label Apr 14, 2021
@digisomni digisomni merged commit 708d52c into vircadia:master Apr 15, 2021
2021.1.2 Eos Release automation moved this from In progress to Done Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix CR Approved At least one code reviewer has approved the PR. rebuild rebuild through the GithubActions
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

5 participants