Error: Imported Goals Unavailable for Boost Version

I am trying to create TagLib according to their installation instructions:

The first part of the process:

  • Create a Makefile:
    • Open the CMake GUI.
    • Set the way. "Where is the source code" and "Where to build binaries", For example, both will be: C: \ GitRoot \ taglib
    • Note: Advanced
    • Select: Customize
    • Choose: Generator
    • Tick: Use custom compilers by default
    • Select: Done. Wait until you are done.
    • When using ZLib, scroll down. (at the bottom of the options list ... all of them should go through)
      • Edit: ZLIB_INCLUDE_DIR
      • Edit: ZLIB_LIBRARY
    • Select: Create

When I do this:
     4. Select: Configure

It starts processing, but then after that gives me the following errors:

CMake Warning at F:/libs/C/cmake-3.7.0-win64-x64/share/cmake-3.7/Modules/FindBoost.cmake:744 (message):
  Imported targets not available for Boost version
Call Stack (most recent call first):
  F:libs/C/cmake-3.7.0-win64-x64/share/cmake-3.7/Modules/FindBoost.cmake:848 (_Boost_COMPONENT_DEPENDENCIES)
  F:/libs/C/cmake-3.7.0-win64-x64/share/cmake-3.7/Modules/FindBoost.cmake:1435 (_Boost_MISSING_DEPENDENCIES)
  ConfigureChecks.cmake:57 (find_package)
  CMakeLists.txt:101 (include)

Boost , ?

+4

Source: https://habr.com/ru/post/1661423/