aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/boost-gil/remove-boost-filesystem-dep.diff
blob: 6fc07b798cee7a05207eebf8fe6e3519e4999ea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fd94577e89..4e14499dab 100644
--- a/CMakeLists.txt	
+++ b/CMakeLists.txt
@@ -27,7 +27,6 @@ target_link_libraries(boost_gil
     Boost::config
     Boost::container_hash
     Boost::core
-    Boost::filesystem
     Boost::integer
     Boost::iterator
     Boost::mp11