Is it possible to get the docstring of a cache variable using
something like get_property (or perhaps another mechanism)?
I tried this, but it didn't work.
get_property(MYVAR_DOCSTRING VARIABLE PROPERTY DOCSTRING)
message("MYVAR_DOCSTRING = ${MYVAR_DOCSTRING}")
Thanks,
James