Your Environment
Issues@Github
Context
Looking at CMake output doesn't provide information about the details of PCL used by a reporter.
Expected Behavior
Some information regarding the version would not be too verbose. Maybe also add the compile options used since those can cause compilation errors (hint: SSE). Boost has a nice output:
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- system
-- filesystem
-- date_time
-- iostreams
-- serialization
-- regex
Current Behavior
Only the packages searched are visible.
Your Environment
Issues@Github
Context
Looking at CMake output doesn't provide information about the details of PCL used by a reporter.
Expected Behavior
Some information regarding the version would not be too verbose. Maybe also add the compile options used since those can cause compilation errors (hint: SSE). Boost has a nice output:
Current Behavior
Only the packages searched are visible.