Skip to content

obconnector-c/cmake/ConnectorName.cmake with invalid syntax #3

@hnwyllmm

Description

@hnwyllmm

In the file

https://github.com/oceanbase/obconnector-c/blob/68b3a78ce723bfe4e34012c886730cfb12aaedf3/cmake/ConnectorName.cmake
IF(CMAKE_SYSTEM_NAME MATCHES "Windows")
  SET(PLATFORM_NAME "win")
  SET(CONCAT_SIGN "")
  IF(IS64)
    SET(MACHINE_NAME "x64")
  ELSE()
    SET(MACHINE_NAME "32")
  END()    # should be ENDIF 
ENDIF()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions