tomtom-international / cpp-dependencies

Tool to check C++ #include dependencies (dependency graphs created in .dot format)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake Error about "Could NOT find Boost (missing: Boost_INCLUDE_DIR filesystem system)"

pppppkun opened this issue · comments

I clone the source code from github and run the command cmake cpp-dependencies. Then, the cmake print error below

CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Boost (missing: Boost_INCLUDE_DIR filesystem system)
Call Stack (most recent call first):
  /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.22/Modules/FindBoost.cmake:2360 (find_package_handle_standard_args)
  CMakeLists.txt:76 (find_package)