Skip to content

Replace ${..} with @..@ in seedee.pc.in

Thomas White requested to merge pkg-config-fix into main

Currently, the literal text ${PROJECT_VERSION} gets left in the installed seedee.pc file. It needs to be replaced with the real version, and the CMake file uses @ONLY.

Merge request reports