Skip to content

Install resources & fix AcidConfig

KTGH requested to merge github/fork/sum01/sum01_dev into master

The AcidConfig shouldn't have REQUIRED dependencies because find_dependency already passes that based on how find_package(Acid) was called. I also made it work like you'd expect, with an ACID_FOUND variable, and a simple message when found.

Also installs resources (if the option is on).

Merge request reports