浏览代码

FindBoost: Generate imported targets for future Boost versions

Per discussion on cmake/cmake#17575, this protection not particularly
valuable, as the dependency information which the imported targets wrap
is generated anyway.

This removes a road-block for using `Boost_ADDITIONAL_VERSIONS` to
support newly-released Boost versions pending a new CMake release.
Paul "TBBle" Hampson 7 年之前
父节点
当前提交
6297d6c7fd
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Modules/FindBoost.cmake

+ 0 - 1
Modules/FindBoost.cmake

@@ -793,7 +793,6 @@ function(_Boost_COMPONENT_DEPENDENCIES component _ret)
     endif()
     if(NOT Boost_VERSION VERSION_LESS 106700)
       message(WARNING "New Boost version may have incorrect or missing dependencies and imported targets")
-      set(_Boost_IMPORTED_TARGETS FALSE)
     endif()
   endif()