mirror of https://github.com/sysown/proxysql
Fixed compilation issue for 'mariadb-client-library' due to CMake typo #3714
parent
bcb009fc24
commit
e7abc2fd3c
@ -0,0 +1,13 @@
|
||||
diff --git cmake/ConnectorName.cmake cmake/ConnectorName.cmake
|
||||
index b7bbbad..357b8ac 100644
|
||||
--- cmake/ConnectorName.cmake
|
||||
+++ cmake/ConnectorName.cmake
|
||||
@@ -22,7 +22,7 @@ IF(CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||
SET(MACHINE_NAME "x64")
|
||||
ELSE()
|
||||
SET(MACHINE_NAME "32")
|
||||
- END()
|
||||
+ ENDIF()
|
||||
ENDIF()
|
||||
|
||||
SET(product_name "mysql-connector-c-${CPACK_PACKAGE_VERSION}-${PLATFORM_NAME}${CONCAT_SIGN}${MACHINE_NAME}")
|
||||
Loading…
Reference in new issue