Skip to content

cmake: add LOGURU_SCOPE_TIME_PRECISION compile definition

Caitlin Ross requested to merge caitlin.ross/loguru:time-precision into for/vtk

This adds VTK_LOGGING_TIME_PRECISION option to be able to change the precision of loguru's timing output (LOGURU_SCOPE_TIME_PRECISION compile time option), in conjunction with vtk/vtk!10069 (merged).

Merge request reports