Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
2439c37c
Commit
2439c37c
authored
Jul 09, 2018
by
Ghislain MARY
Browse files
Pass mbedtls and polarssl options to the bctoolbox builder.
parent
98bef958
Changes
1
Hide whitespace changes
Inline
Side-by-side
builders/bctoolbox.cmake
View file @
2439c37c
...
...
@@ -42,6 +42,8 @@ if(ENABLE_LIME_X3DH)
endif
()
lcb_cmake_options
(
"-DENABLE_MBEDTLS=
${
ENABLE_MBEDTLS
}
"
"-DENABLE_POLARSSL=
${
ENABLE_POLARSSL
}
"
"-DENABLE_DECAF=
${
ENABLE_LIME_X3DH
}
"
"-DENABLE_TESTS=
${
ENABLE_UNIT_TESTS
}
"
"-DENABLE_TESTS_COMPONENT=
${
ENABLE_UNIT_TESTS
}
"
...
...
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