Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
10.5(EOL)
-
None
Description
CMake Error at /usr/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
|
Could NOT find Boost (missing: unit_test_framework) (found suitable version
|
"1.67.0", minimum required is "1.54.0")
|
Call Stack (most recent call first):
|
/usr/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
|
/usr/share/cmake-3.15/Modules/FindBoost.cmake:2161 (find_package_handle_standard_args)
|
wsrep-lib/CMakeLists.txt:93 (find_package)
|
As I can understand from the message I have "1.67.0" and minimum required is "1.54.0", so no reason to fail IMO.
Actually, it's because of missing some boost packages, so it's the message `(found suitable version
"1.67.0", minimum required is "1.54.0")` which is misleading. It contradicts with same line `Could NOT find Boost` btw... Please forward to correct person of CMake scripting.