You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
330 B

  1. --- a/cmake/ConnectorName.cmake
  2. +++ b/cmake/ConnectorName.cmake
  3. @@ -22,7 +22,7 @@ IF(CMAKE_SYSTEM_NAME MATCHES "Windows")
  4. SET(MACHINE_NAME "x64")
  5. ELSE()
  6. SET(MACHINE_NAME "32")
  7. - END()
  8. + ENDIF()
  9. ENDIF()
  10. SET(product_name "mysql-connector-c-${CPACK_PACKAGE_VERSION}-${PLATFORM_NAME}${CONCAT_SIGN}${MACHINE_NAME}")