Fix cmake warning (#52788)
authorBruce Forstall <brucefo@microsoft.com>
Fri, 14 May 2021 22:13:56 +0000 (15:13 -0700)
committerGitHub <noreply@github.com>
Fri, 14 May 2021 22:13:56 +0000 (15:13 -0700)
commit4edea6eafac43160f7b96bf8f8cec1a1dbb4d9dc
tree7fcbc53e9a3e06f40cac5385ab55ffb9e73e7fae
parent1e48704e78b3d65dfbfa1f9e6a50ff0fb2ccc446
Fix cmake warning (#52788)

Fix this:
```
 CMake Warning (dev) in crosscomponents.cmake:
    A logical block opening on the line

      C:/gh/runtime4/src/coreclr/crosscomponents.cmake:24 (if)

    closes on the line

      C:/gh/runtime4/src/coreclr/crosscomponents.cmake:36 (endif)

    with mis-matching arguments.
  Call Stack (most recent call first):
    CMakeLists.txt:254 (include)
  This warning is for project developers.  Use -Wno-dev to suppress it.
```
src/coreclr/crosscomponents.cmake