diff options
Diffstat (limited to 'vcpkg/ports/boost-uninstall/vcpkg-cmake-wrapper.cmake')
| -rw-r--r-- | vcpkg/ports/boost-uninstall/vcpkg-cmake-wrapper.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-uninstall/vcpkg-cmake-wrapper.cmake b/vcpkg/ports/boost-uninstall/vcpkg-cmake-wrapper.cmake new file mode 100644 index 0000000..3cf8dd1 --- /dev/null +++ b/vcpkg/ports/boost-uninstall/vcpkg-cmake-wrapper.cmake @@ -0,0 +1,3 @@ +# Need to keep this file due to vcpkg.cmake otherwise injecting a different behavior.
+set(Boost_NO_BOOST_CMAKE OFF)
+_find_package(${ARGS})
\ No newline at end of file |