Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. /home/marcel/Downloads/Installers/clion-2016.3.2/bin/cmake/bin/cmake --build /home/marcel/CLionProjects/RegexUsage/cmake-build-debug --target RegexUsage -- -j 8
  2. CMake Warning at /home/marcel/Downloads/Installers/clion-2016.3.2/bin/cmake/share/cmake-3.6/Modules/FindBoost.cmake:743 (message):
  3. Imported targets not available for Boost version
  4. Call Stack (most recent call first):
  5. /home/marcel/Downloads/Installers/clion-2016.3.2/bin/cmake/share/cmake-3.6/Modules/FindBoost.cmake:842 (_Boost_COMPONENT_DEPENDENCIES)
  6. /home/marcel/Downloads/Installers/clion-2016.3.2/bin/cmake/share/cmake-3.6/Modules/FindBoost.cmake:1395 (_Boost_MISSING_DEPENDENCIES)
  7. CMakeLists.txt:4 (find_package)
  8.  
  9.  
  10. CMake Warning at /home/marcel/Downloads/Installers/clion-2016.3.2/bin/cmake/share/cmake-3.6/Modules/FindBoost.cmake:743 (message):
  11. Imported targets not available for Boost version
  12. Call Stack (most recent call first):
  13. /home/marcel/Downloads/Installers/clion-2016.3.2/bin/cmake/share/cmake-3.6/Modules/FindBoost.cmake:842 (_Boost_COMPONENT_DEPENDENCIES)
  14. /home/marcel/Downloads/Installers/clion-2016.3.2/bin/cmake/share/cmake-3.6/Modules/FindBoost.cmake:1395 (_Boost_MISSING_DEPENDENCIES)
  15. CMakeLists.txt:4 (find_package)
  16.  
  17.  
  18. CMake Error at /home/marcel/Downloads/Installers/clion-2016.3.2/bin/cmake/share/cmake-3.6/Modules/FindBoost.cmake:1753 (message):
  19. Unable to find the requested Boost libraries.
  20.  
  21. Unable to find the Boost header files. Please set BOOST_ROOT to the root
  22. directory containing Boost or BOOST_INCLUDEDIR to the directory containing
  23. Boost's headers.
  24. Call Stack (most recent call first):
  25. CMakeLists.txt:4 (find_package)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement