Skip to content

Commit

Permalink
Use dereferences in SET
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirusu authored and SergMariaDB committed Oct 12, 2021
1 parent 62c7d5d commit 9e1b3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/ConnectorName.cmake
Expand Up @@ -11,8 +11,8 @@ IF(SIZEOF_VOIDP EQUAL 8)
SET(IS64 1)
ENDIF()

SET (PLATFORM_NAME CMAKE_SYSTEM_NAME)
SET (MACHINE_NAME CMAKE_SYSTEM_PROCESSOR)
SET (PLATFORM_NAME ${CMAKE_SYSTEM_NAME})
SET (MACHINE_NAME ${CMAKE_SYSTEM_PROCESSOR})
SET (CONCAT_SIGN "-")

IF(CMAKE_SYSTEM_NAME MATCHES "Windows")
Expand Down

0 comments on commit 9e1b3f5

Please sign in to comment.