Advertisement
jclsn

Untitled

May 17th, 2022
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. -- The C compiler identification is GNU 11.2.0
  2. -- The CXX compiler identification is GNU 11.2.0
  3. -- Detecting C compiler ABI info
  4. -- Detecting C compiler ABI info - done
  5. -- Check for working C compiler: /usr/bin/cc - skipped
  6. -- Detecting C compile features
  7. -- Detecting C compile features - done
  8. -- Detecting CXX compiler ABI info
  9. -- Detecting CXX compiler ABI info - done
  10. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  11. -- Detecting CXX compile features
  12. -- Detecting CXX compile features - done
  13. CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  14. Could NOT find Boost (missing: Boost_INCLUDE_DIR program_options date_time)
  15. Call Stack (most recent call first):
  16. /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  17. /usr/share/cmake-3.22/Modules/FindBoost.cmake:2360 (find_package_handle_standard_args)
  18. src/CMakeLists.txt:5 (find_package)
  19.  
  20.  
  21. -- Configuring incomplete, errors occurred!
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement