Skip to content

CMake endif mismatch #115998

Closed
Closed
@filipnavara

Description

@filipnavara

Builds produces this warning:

  CMake Warning (dev) in D:/runtime-pinvoke/eng/native/configureplatform.cmake:
    A logical block opening on the line

      D:/runtime-pinvoke/eng/native/configureplatform.cmake:437 (if)

    closes on the line

      D:/runtime-pinvoke/eng/native/configureplatform.cmake:440 (endif)

    with mis-matching arguments.

if(CLR_CMAKE_TARGET_OS STREQUAL emscripten OR CLR_CMAKE_TARGET_OS STREQUAL browser)
set(CLR_CMAKE_TARGET_UNIX 1)
set(CLR_CMAKE_TARGET_BROWSER 1)
endif(CLR_CMAKE_TARGET_OS STREQUAL emscripten)

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area owners

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions