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
ca092abb
Commit
ca092abb
authored
Feb 11, 2014
by
Ghislain MARY
Browse files
Add schemas support to libxml2.
parent
8406823c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configs/config-default.cmake
configs/config-default.cmake
+1
-1
No files found.
configs/config-default.cmake
View file @
ca092abb
...
...
@@ -42,7 +42,7 @@ set(EP_cunit_CMAKE_OPTIONS "-DENABLE_AUTOMATED=0 -DENABLE_CONSOLE=0")
# xml2
set
(
EP_xml2_GIT_REPOSITORY
"git://git.gnome.org/libxml2"
)
set
(
EP_xml2_GIT_TAG
"v2.8.0"
)
set
(
EP_xml2_CONFIGURE_OPTIONS
"--with-minimum --with-xpath --with-tree --with-reader --with-writer --enable-rebuild-docs=no"
)
set
(
EP_xml2_CONFIGURE_OPTIONS
"--with-minimum --with-xpath --with-tree
--with-schemas
--with-reader --with-writer --enable-rebuild-docs=no"
)
# antlr3c
set
(
EP_antlr3c_GIT_REPOSITORY
"git://git.linphone.org/antlr3.git"
)
...
...
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