Jan Beich <jbe...@freebsd.org> has asked k...@freebsd.org for
maintainer-feedback:
Bug 229661: [cmake] net/ceph: fails to build with boost 1.68
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229661



--- Comment #1 from Jan Beich <jbe...@freebsd.org> ---
For some reason CMake fails to detect libboost_context. Any clues?

$ echo "find_package(Boost COMPONENTS context REQUIRED)" >>CMakeLists.txt
$ cmake -Wno-dev .
[...]
CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2045 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.68.0

  Boost include path: /usr/local/include

  Could not find the following Boost libraries:

          boost_context

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  CMakeLists.txt:1 (find_package)

Reply via email to