You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verifed this happens when Makefiles are generated through CMake, on the develop branch.
In the meantime if you need to install headers, I would suggest checking out the master branch (pointing to the latest release of ZFP), or downloading an official release here.
We changed the default branch from master to develop because incoming pull requests were based on master, and we suspected users were cloning the repo and immediately working with the default branch. For our master branch (containing official releases), we omit the testing frameworks, so gtest headers should not be overwritten from there.
When running
make install
, thegtest
headers are installed to/usr/local/include
, overwriting any version ofgtest
that might already be installed.The text was updated successfully, but these errors were encountered: