I m having 2 versions of PCL in my UBUNTU 20.04 system, 1.9 and 1.12. In a project I want to use 1.9 version but
include_directories(${PCL_INCLUDE_DIRS})
above line includes version 1.12 in the project.
Where is the PCL_INCLUDE_DIRS
value stored and how to update it?