Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 4.1.0
-
None
-
ghx-label-8
Description
The build now has these annoying messages from FindBoost:
12:14:22 CMake Warning at toolchain/toolchain-packages-gcc7.5.0/cmake-3.14.3/share/cmake-3.14/Modules/FindBoost.cmake:905 (message): 12:14:22 New Boost version may have incorrect or missing dependencies and imported 12:14:22 targets 12:14:22 Call Stack (most recent call first): 12:14:22 toolchain/toolchain-packages-gcc7.5.0/cmake-3.14.3/share/cmake-3.14/Modules/FindBoost.cmake:1027 (_Boost_COMPONENT_DEPENDENCIES) 12:14:22 toolchain/toolchain-packages-gcc7.5.0/cmake-3.14.3/share/cmake-3.14/Modules/FindBoost.cmake:1709 (_Boost_MISSING_DEPENDENCIES) 12:14:22 CMakeLists.txt:173 (find_package) ... repeats multiple times
It looks like we would benefit from going to a newer CMake version to get a newer FindBoost. It's unclear if these messages cause any real problems.