early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/sdformat6/disable-unneeded-include-findboost.patch
vendored
Executable file
12
externals/vcpkg/ports/sdformat6/disable-unneeded-include-findboost.patch
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
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)
|
Reference in New Issue
Block a user