Skip to content

Commit

Permalink
(#18779) tinyxml: enable with_stl by default
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Aug 17, 2023
1 parent cbb48b9 commit 350fb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/tinyxml/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class TinyXmlConan(ConanFile):
default_options = {
"shared": False,
"fPIC": True,
"with_stl": False,
"with_stl": True,
}

exports_sources = "CMakeLists.txt"
Expand Down

0 comments on commit 350fb4e

Please sign in to comment.