Skip to content

Commit 9f39680

Browse files
author
Hemant Dangi
committed
Added new variable MYSQLCLIENT_LIB_NAME for static or dynamic linking of mysqlclient.
Also added code to handle static libraries merge on linux. And moved DYNLOAD_MYSQL_LIB functionality from FindMySQL.cmake to examples/CMakeLists.txt and test/unit/CMakeLists.txt.
1 parent d57f885 commit 9f39680

File tree

7 files changed

+473
-235
lines changed

7 files changed

+473
-235
lines changed

.bzrignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*.sln
88
*.ncb
99
*.suo
10-
*.cmake
1110
*.user
1211
*.pdb
1312
*.manifest

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ENDIF(MYSQLCPPCONN_STLPORT_ENABLE)
170170
# Make tests cover methods that throw not implemented to detect API changes?
171171
SET(MYSQLCPPCONN_TEST_NOT_IMPLEMENTED 0 CACHE BOOL "HEAD/trunk QA: invoke methods that should return not implemented to detect API changes")
172172

173-
INCLUDE(${CMAKE_SOURCE_DIR}/FindMySQL.cm)
173+
INCLUDE(${CMAKE_SOURCE_DIR}/FindMySQL.cmake)
174174

175175
# ----------------------------------------------------------------------
176176
# Create package script

FindMySQL.cm

Lines changed: 0 additions & 222 deletions
This file was deleted.

0 commit comments

Comments
 (0)