Skip to content

Commit

Permalink
Fix typo in ConnectorName.cmake
Browse files Browse the repository at this point in the history
PLAFORM_NAME -> PLATFORM_NAME
  • Loading branch information
Nirusu authored and SergMariaDB committed Oct 12, 2021
1 parent 15c7004 commit 62c7d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ConnectorName.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IF(SIZEOF_VOIDP EQUAL 8)
SET(IS64 1)
ENDIF()

SET (PLAFORM_NAME CMAKE_SYSTEM_NAME)
SET (PLATFORM_NAME CMAKE_SYSTEM_NAME)
SET (MACHINE_NAME CMAKE_SYSTEM_PROCESSOR)
SET (CONCAT_SIGN "-")

Expand Down

0 comments on commit 62c7d5d

Please sign in to comment.