Guest User

Untitled

a guest
Jun 5th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. -- Checking for C++11 compiler
  2. -- Checking for C++11 compiler - available
  3. -- Could NOT find LIBBFD (missing: LIBBFD_BFD_LIBRARY LIBBFD_INCLUDE_DIRS)
  4. CMake Warning at CMakeLists.txt:86 (message):
  5. No libBFD and/or libDL has been found!
  6.  
  7.  
  8. -- Found Armadillo: /usr/lib/libarmadillo.so (found suitable version "7.100.3", minimum required is "4.100.0")
  9. -- Armadillo libraries: /usr/lib/libarmadillo.so
  10. -- Boost version: 1.54.0
  11. -- Found the following Boost libraries:
  12. -- program_options
  13. -- unit_test_framework
  14. -- serialization
  15. -- gitversion.hpp is already up to date.
  16. CMake Warning (dev) at src/mlpack/methods/neighbor_search/CMakeLists.txt:40 (get_property):
  17. Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  18. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
  19. command to set the policy and suppress this warning.
  20.  
  21. The LOCATION property should not be read from target "mlpack_knn". Use the
  22. target name directly with add_custom_command, or use the generator
  23. expression $<TARGET_FILE>, as appropriate.
  24.  
  25. This warning is for project developers. Use -Wno-dev to suppress it.
  26.  
  27. CMake Warning (dev) at src/mlpack/methods/neighbor_search/CMakeLists.txt:48 (get_property):
  28. Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  29. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
  30. command to set the policy and suppress this warning.
  31.  
  32. The LOCATION property should not be read from target "mlpack_kfn". Use the
  33. target name directly with add_custom_command, or use the generator
  34. expression $<TARGET_FILE>, as appropriate.
  35.  
  36. This warning is for project developers. Use -Wno-dev to suppress it.
Add Comment
Please, Sign In to add comment