From da8de34f7d796f8aef362c922a21626b5f2f3231 Mon Sep 17 00:00:00 2001 From: tsjost Date: Tue, 12 Oct 2021 21:27:31 +0200 Subject: [PATCH] Remove some more boost filesystem references --- cmake/modules/WrapTargets.cmake | 1 - openrw_iwyu.imp | 2 -- 2 files changed, 3 deletions(-) diff --git a/cmake/modules/WrapTargets.cmake b/cmake/modules/WrapTargets.cmake index c87658a1..8f95da25 100644 --- a/cmake/modules/WrapTargets.cmake +++ b/cmake/modules/WrapTargets.cmake @@ -33,7 +33,6 @@ function(rwdep_wrap_conan_targets) endif() rwdep_wrap_conan_target(Boost::boost boost) - rwdep_wrap_conan_target(Boost::filesystem boost) rwdep_wrap_conan_target(Boost::program_options boost) rwdep_wrap_conan_target(Boost::system boost) rwdep_wrap_conan_target(Boost::unit_test_framework boost) diff --git a/openrw_iwyu.imp b/openrw_iwyu.imp index 42ff9da0..6af06704 100644 --- a/openrw_iwyu.imp +++ b/openrw_iwyu.imp @@ -14,8 +14,6 @@ { "include": [ "@", "public", "", "public"] }, { "include": [ "@", "public", "", "public"] }, { "symbol": [ "glm::value_ptr", "private", "", "public"] }, -# Boost filesystem: - { "include": [ "@", "private", "", "public"] }, # Boost iterator: { "include": [ "@", "private", "", "public"] }, # Bullet: