Skip to content

[SIL] Fix CMakeLists warning #5212

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

Merged
merged 1 commit into from
Oct 10, 2016

Conversation

modocache
Copy link
Contributor

Fix a CMake warning:

CMake Warning (dev) in lib/SIL/CMakeLists.txt:
  A logical block opening on the line

    swift/lib/SIL/CMakeLists.txt:43 (if)

  closes on the line

    swift/lib/SIL/CMakeLists.txt:46 (endif)

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

Fix a CMake warning:

```
CMake Warning (dev) in lib/SIL/CMakeLists.txt:
  A logical block opening on the line

    swift/lib/SIL/CMakeLists.txt:43 (if)

  closes on the line

    swift/lib/SIL/CMakeLists.txt:46 (endif)

  with mis-matching arguments.
This warning is for project developers.  Use -Wno-dev to suppress it.
```
@modocache
Copy link
Contributor Author

@swift-ci please test and merge

@swift-ci swift-ci merged commit 3797db2 into swiftlang:master Oct 10, 2016
@modocache modocache deleted the sil-cmakelists-endif-fix branch October 10, 2016 19:39
@gottesmm
Copy link
Contributor

LGTM

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.

4 participants