I'm trying to build TagLib as per their installation guidelines:
The first part of the process:
- Build the Makefiles:
- Open CMake GUI.
- Set Paths. "Where is the source code" and "Where to build the binaries" Example, Both would be: C:\GitRoot\taglib
- Tick: Advanced
- Select: Configure
- Select: Generator
- Tick: Use default native compilers
- Select: Finish Wait until done.
- If using ZLib, Scroll down.
(to the bottom of the list of options ... should go over them all)
- Edit: ZLIB_INCLUDE_DIR
- Edit: ZLIB_LIBRARY
- Select: Generate
When I do:
4. Select: Configure
It starts processing, but then afterwards 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)
Why am I missing Boost, and how can I add it to get rid of the errors?