Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
d3d0e92d
Commit
d3d0e92d
authored
6 years ago
by
Sylvain Berfini
Browse files
Options
Download
Patches
Plain Diff
Do not search mysql lib when building soci for Android, it may find the one in your system...
parent
24f8ba68
1 merge request
!201
Do not search mysql lib when building soci for Android, it may find the one in your system...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/FindSoci.cmake
+5
-0
cmake/FindSoci.cmake
with
5 additions
and
0 deletions
cmake/FindSoci.cmake
+
5
−
0
View file @
d3d0e92d
...
...
@@ -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"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets