lemire / FastPFor

The FastPFOR C++ library: Fast integer compression
Apache License 2.0
883 stars 124 forks source link

Google test is breaking the cmake for the project #86

Closed shokrof closed 2 years ago

shokrof commented 2 years ago

Hey, I tried to build the project using cmake but It failed because of a bug in google test cmake. I found it reported on their repo with the solution.

I fixed the bug by changing GIT_TAG to main in CMakeLists.txt.in

Regards, Mostafa

lemire commented 2 years ago

Fixed by commit. Thanks.