Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
linphone-cmake-builder
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
linphone-cmake-builder
Commits
58b2c2a8
Commit
58b2c2a8
authored
Apr 10, 2017
by
Erwan Croze
👋🏻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add sqlite3 dependencie to bzrtp
parent
f1829790
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bzrtp.cmake
builders/bzrtp.cmake
+1
-1
No files found.
builders/bzrtp.cmake
View file @
58b2c2a8
...
...
@@ -26,7 +26,7 @@ lcb_git_tag("1.0.4")
lcb_external_source_paths
(
"bzrtp"
)
lcb_groupable
(
YES
)
lcb_dependencies
(
"bctoolbox"
)
lcb_dependencies
(
"bctoolbox"
"sqlite3"
)
if
(
LINPHONE_BUILDER_BUILD_DEPENDENCIES
)
if
(
NOT APPLE
)
# Do not build xml2 on Apple systems (Mac OS X and iOS), it is provided by the system
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment