Skip to content

Commit 8e70d4b

Browse files
authored
Merge pull request #108 from robotology/traversaro-patch-1
Fix compilation problem with vcpkg-provided TinyXML
2 parents 9ed67ce + 3be30a3 commit 8e70d4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/FindTinyXML.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030

3131

3232
include(StandardFindModule)
33-
standard_find_module(TinyXML tinyxml)
33+
standard_find_module(TinyXML tinyxml
34+
SKIP_CMAKE_CONFIG)
3435

3536
# Set package properties if FeatureSummary was included
3637
if(COMMAND set_package_properties)

0 commit comments

Comments
 (0)