yuzu/externals/vcpkg/ports/sdformat6/disable-unneeded-include-findboost.patch
2022-07-23 03:01:36 +02:00

13 lines
331 B
Diff
Executable File

diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake
index c2a0ee4..2735a07 100644
--- a/cmake/SearchForStuff.cmake
+++ b/cmake/SearchForStuff.cmake
@@ -13,7 +13,6 @@ if (WIN32)
set(Boost_USE_STATIC_RUNTIME OFF)
endif()
-include(FindBoost)
find_package(Boost ${MIN_BOOST_VERSION})
if (NOT Boost_FOUND)