Skip to content

Commit 3be30a3

Browse files
authored
Fix compilation problem with vcpkg-provided TinyXML
1 parent 9ed67ce commit 3be30a3

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)