Compare conan installations.
Arguments
- path_lib
Path to the library to compare
- curr
The previous installation to compare against. Can be a name (see conan_list to get names), a negative number where
-n
indicates "n
installations ago" or a positive number wheren
indicates "then
th installation". The default value of 0 corresponds to the current installation.- prev
The previous installation to compare against. Can be a name (see conan_list to get names), a negative number where
-n
indicates "n
installations ago" or a positive number wheren
indicates "then
th installation". The default of -1 indicates the previous installation. Must refer to an installation beforecurr
. UseNULL
or-Inf
if you want to compare against the empty installation.