Currently, RealitySolutions SDK doesn’t support set unit for .las file.
A feasible solution is that you can write your own .las file codec to do the unit conversion to send the data into ReCap import engine.
You can download laszip SDK from https://github.com/LASzip/LASzip and then build LasCodec sample project. Then you can customize the sample Las Codec to your own need.