Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tinyxml2
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
la
platform
external
tinyxml2
Commits
0838dd11
Unverified
Commit
0838dd11
authored
3 years ago
by
heitbaum
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
meson.build: fix typo
parent
32913903
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
meson.build
+1
-1
1 addition, 1 deletion
meson.build
with
1 addition
and
1 deletion
meson.build
+
1
−
1
View file @
0838dd11
...
...
@@ -58,7 +58,7 @@ dep_tinyxml2 = declare_dependency(
# This is the new way to set dependencies, but let's not break users of older
# versions of meson
if
meson
.
version
().
version_compare
(
'>= 0.54.0'
)
meson
.
override_dependency
(
'tinyxml2'
,
dep_tin
x
yml2
)
meson
.
override_dependency
(
'tinyxml2'
,
dep_tiny
x
ml2
)
endif
if
get_option
(
'tests'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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