cburstedde / libsc

The "sc" auxiliary library
www.p4est.org/
GNU Lesser General Public License v2.1
35 stars 34 forks source link

Cmake: git-version-gen not found #188

Closed elykwilliams closed 3 months ago

elykwilliams commented 3 months ago

Description I noticed that when building using cmake I get the following file libsc-.pc which is supposed to have the git-version appended. I traced it back to git-version-gen not being found.

To Reproduce

git clone git@github.com:cburstedde/libsc.git
cd libsc
git checkout develop
mkdir build
cd build
cmake ../ .
cmake --build .
cmake --install . 
ls local/lib/pkgconfig

Additional information cmake version 3.22.1