You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.7 KiB
Plaintext
34 lines
1.7 KiB
Plaintext
-- The C compiler identification is GNU 9.3.0
|
|
-- The CXX compiler identification is GNU 9.3.0
|
|
-- Check for working C compiler: /usr/bin/cc
|
|
-- Check for working C compiler: /usr/bin/cc -- works
|
|
-- Detecting C compiler ABI info
|
|
-- Detecting C compiler ABI info - done
|
|
-- Detecting C compile features
|
|
-- Detecting C compile features - done
|
|
-- Check for working CXX compiler: /usr/bin/c++
|
|
-- Check for working CXX compiler: /usr/bin/c++ -- works
|
|
-- Detecting CXX compiler ABI info
|
|
-- Detecting CXX compiler ABI info - done
|
|
-- Detecting CXX compile features
|
|
-- Detecting CXX compile features - done
|
|
-- Setting libLAS build type - Release
|
|
-- Searching for Boost 1.38+ - done
|
|
-- Found Boost: /usr/lib/aarch64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found suitable version "1.71.0", minimum required is "1.38") found components: program_options thread
|
|
-- Enable libLAS utilities to build - done
|
|
-- Configuring done
|
|
CMake Warning (dev) at src/CMakeLists.txt:221 (add_library):
|
|
Policy CMP0038 is not set: Targets may not link directly to themselves.
|
|
Run "cmake --help-policy CMP0038" for policy details. Use the cmake_policy
|
|
command to set the policy and suppress this warning.
|
|
|
|
Target "las" links to itself.
|
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
|
|
CMake Warning (dev) at src/CMakeLists.txt:221 (add_library):
|
|
Policy CMP0038 is not set: Targets may not link directly to themselves.
|
|
Run "cmake --help-policy CMP0038" for policy details. Use the cmake_policy
|
|
command to set the policy and suppress this warning.
|
|
|
|
Target "las" links to itself.
|
|
This warning is for project developers. Use -Wno-dev to suppress it. |