Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Checking for C++11 compiler
- -- Checking for C++11 compiler - available
- -- Could NOT find LIBBFD (missing: LIBBFD_BFD_LIBRARY LIBBFD_INCLUDE_DIRS)
- CMake Warning at CMakeLists.txt:86 (message):
- No libBFD and/or libDL has been found!
- -- Found Armadillo: /usr/lib/libarmadillo.so (found suitable version "7.100.3", minimum required is "4.100.0")
- -- Armadillo libraries: /usr/lib/libarmadillo.so
- -- Boost version: 1.54.0
- -- Found the following Boost libraries:
- -- program_options
- -- unit_test_framework
- -- serialization
- -- gitversion.hpp is already up to date.
- CMake Warning (dev) at src/mlpack/methods/neighbor_search/CMakeLists.txt:40 (get_property):
- Policy CMP0026 is not set: Disallow use of the LOCATION target property.
- Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- The LOCATION property should not be read from target "mlpack_knn". Use the
- target name directly with add_custom_command, or use the generator
- expression $<TARGET_FILE>, as appropriate.
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at src/mlpack/methods/neighbor_search/CMakeLists.txt:48 (get_property):
- Policy CMP0026 is not set: Disallow use of the LOCATION target property.
- Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- The LOCATION property should not be read from target "mlpack_kfn". Use the
- target name directly with add_custom_command, or use the generator
- expression $<TARGET_FILE>, as appropriate.
- This warning is for project developers. Use -Wno-dev to suppress it.
Add Comment
Please, Sign In to add comment