Skip to content
Snippets Groups Projects
Verified Commit 951bf8c1 authored by Thibault Payet's avatar Thibault Payet
Browse files

Update pcl version to 1.12

parent 0a0c4e9b
No related branches found
No related tags found
No related merge requests found
project('txt2pcd', 'cpp', default_options: ['cpp_std=c++2a'])
project('txt2pcd', 'cpp', default_options: ['cpp_std=c++17'])
pcl_version = get_option('pcl_version')
......
option('pcl_version', type: 'string', value: '1.9', description : 'Set the pointclouds library version to link')
option('pcl_version', type: 'string', value: '1.12', description : 'Set the pointclouds library version to link')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment