CMake Errors
- Dominant language
- C++
- Stars
- 537
- Forks
- 223
- Avg merge
- 11h 22m
- Merged PRs (30d)
- 2
Description
Hi,
I have been trying to compile a program of mine and cmake keeps coughing up the following error:
Using precompiled header for PythonWrapperGenerator
Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.6m.so (found suitable version "3.6.7", minimum required is "3")
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:1626 (message):
No header defined for python-py35; skipping header check
Call Stack (most recent call first):
InformationScripting/CMakeLists.txt:12 (find_package)
CMake Error at /usr/share/cmake-3.10/Modules/FindBoost.cmake:1947 (message):
Unable to find the requested Boost libraries.
Boost version: 1.65.1
Boost include path: /usr/include
Could not find the following Boost libraries:
boost_python-py35
No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
directory containing Boost libraries or BOOST_ROOT to the location of
Boost.
Call Stack (most recent call first):
InformationScripting/CMakeLists.txt:12 (find_package)
-------------------------------------------------------------------------------------------------------------
Would appreciate your help.Thanks
I am on ubuntu btw
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.