Beast で CMake プロジェクトを作成しようとしています。ソースから適切にインストールされて/usr/local/include/boost
いますが、CMake でそれを見つけることができません。だったのかもしれないと思ったので3.10.2
、疲れましたが、どちらもうまくいきませんでした。誰も何をすべきか知っていますか?3.11.4
3.12.0-rc1
環境: WSL で Ubuntu 18.04LTS を使用する Windows CLion 2018.1.5。
CMake を実行しようとすると、次のエラーが発生します。
CMake Warning at /home/aidan/Apps/cmake-3.11.4-Linux-x86_64/share/cmake-3.11/Modules/FindBoost.cmake:1723 (message):
No header defined for beast; skipping header check
Call Stack (most recent call first):
CMakeLists.txt:15 (find_package)
CMake Error at /home/aidan/Apps/cmake-3.11.4-Linux-x86_64/share/cmake-3.11/Modules/FindBoost.cmake:2044 (message):
Unable to find the requested Boost libraries.
Boost version: 1.67.0
Boost include path: /usr/local/include
Could not find the following Boost libraries:
boost_beast
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:15 (find_package)