Skip to content

Yarr library should depend on git_hash target.

Karol Krizka requested to merge kkrizka/YARR:kk_githashtarget into devel

I've had a few instances when compiling in parallel where the compilation of yarr.cpp was failing due to a missing yarr_version.h file. This fixes it by ensuring that the git_hash target is always run before the Yarr library target via a dependency.

Merge request reports