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
ba0f9206
Commit
ba0f9206
authored
May 18, 2015
by
Ghislain MARY
Browse files
Use polarssl 1.4 by default.
parent
71f44e14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
builders/polarssl.cmake
builders/polarssl.cmake
+3
-2
No files found.
builders/polarssl.cmake
View file @
ba0f9206
...
...
@@ -21,10 +21,11 @@
############################################################################
set
(
EP_polarssl_GIT_REPOSITORY
"git://git.linphone.org/polarssl.git"
)
set
(
EP_polarssl_GIT_TAG_LATEST
"linphone-1.
3.
4"
)
set
(
EP_polarssl_GIT_TAG
"
27d8d4d8df9a6c5f25cf6f04c8ba6c8581764e37
"
)
set
(
EP_polarssl_GIT_TAG_LATEST
"linphone-1.4"
)
set
(
EP_polarssl_GIT_TAG
"
68ed1474bf3919248f0b9f52fc582d60d4c2991d
"
)
set
(
EP_polarssl_EXTERNAL_SOURCE_PATHS
"polarssl"
)
set
(
EP_polarssl_CMAKE_OPTIONS
"-DENABLE_PROGRAMS=0"
"-DENABLE_TESTING=0"
)
set
(
EP_polarssl_LINKING_TYPE
"-DUSE_SHARED_POLARSSL_LIBRARY=1"
)
if
(
MSVC
)
set
(
EP_polarssl_EXTRA_LDFLAGS
"/SAFESEH:NO"
)
...
...
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