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 incorrect variable expansion in CMakeLists.txt #36382

Merged
merged 2 commits into from
Dec 23, 2019

Conversation

Qrox
Copy link
Contributor

@Qrox Qrox commented Dec 23, 2019

Summary

SUMMARY: None

Purpose of change

Variable expansion should use the curly brackets while I incorrectly used the round brackets.

Testing

Tested by compiling with CMake

The compile database will contain the -Wsuggest-override option when compiled with MinGW-w64, however clang-tidy won't recognize it. This makes clang-tidy ignore such unknown warning options
@ZhilkinSerg ZhilkinSerg merged commit 4e691d2 into CleverRaven:master Dec 23, 2019
@Qrox Qrox deleted the fix-cmake-list branch December 24, 2019 03:19
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.

2 participants