Skip to content

Commit 8752ed4

Browse files
committed
follow alternate lookup based on other pacakges
1 parent fd1171a commit 8752ed4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ endif()
147147
if(USE_VENDORED_TINYXML2)
148148
add_subdirectory(3rdparty/tinyxml2)
149149
else()
150-
find_package(tinyxml2 REQUIRED)
150+
find_package(tinyxml2_vendor REQUIRED)
151+
find_package(TinyXML2 REQUIRED)
151152
endif()
152153

153154
list(APPEND BT_SOURCE

0 commit comments

Comments
 (0)