After #341, this PR aims at specifying the unit of our timings more clearly.
While preparing and testing this PR, I found issues with cereal on my system. As it is a head-only library, I fixed the problem by changing from target_link_libraries to target_include_directories.
After quick discussion with @Bambade, we added a hint for conda installations from source in the doc.
After #341, this PR aims at specifying the unit of our timings more clearly.
While preparing and testing this PR, I found issues with
cereal
on my system. As it is a head-only library, I fixed the problem by changing fromtarget_link_libraries
totarget_include_directories
.After quick discussion with @Bambade, we added a hint for conda installations from source in the doc.