vcpkg/ports/tmx/libxml2.patch
Kai Pastor cf287a6af9
[vcpkg baseline][tmx] Fix libxml dependency (#25616)
* Fix libxml2 dependency

* Update versions
2022-07-07 09:57:40 -07:00

13 lines
286 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index abb5e18..30b88c5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,7 +48,6 @@ else()
message("Zlib not wanted")
endif()
-include(FindLibXml2)
find_package(LibXml2 REQUIRED)
target_link_libraries(tmx LibXml2::LibXml2)