Commit d3d0e92d authored by Sylvain Berfini's avatar Sylvain Berfini :cow:
Browse files

Do not search mysql lib when building soci for Android, it may find the one in your system...

parent 24f8ba68
1 merge request!201Do not search mysql lib when building soci for Android, it may find the one in your system...
Showing with 5 additions and 0 deletions
......@@ -23,7 +23,12 @@
#
### Global Configuration Section
#
if(ANDROID)
SET(_SOCI_ALL_PLUGINS sqlite3)
else()
SET(_SOCI_ALL_PLUGINS mysql sqlite3)
endif()
SET(_SOCI_REQUIRED_VARS SOCI_INCLUDE_DIRS SOCI_LIBRARIES)
SET(_SOCI_VERSION "_4_0")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment