https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229661
Jan Beich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |maintainer-feedback?(kde@Fr | |eeBSD.org) CC| |[email protected] --- Comment #1 from Jan Beich <[email protected]> --- 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) -- You are receiving this mail because: You are on the CC list for the bug.
