vcpkg/ports/tmx/libxml2.patch

13 lines
286 B
Diff
Raw Normal View History

diff --git a/CMakeLists.txt b/CMakeLists.txt
2024-04-02 04:47:17 +08:00
index 1ff0676..043ad1c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
2024-04-02 04:47:17 +08:00
@@ -62,7 +62,6 @@ else()
message("zstd not wanted")
endif()
-include(FindLibXml2)
find_package(LibXml2 REQUIRED)
target_link_libraries(tmx LibXml2::LibXml2)