Releases: mhekkel/libmcfp
Releases · mhekkel/libmcfp
v1.3.5
Version 1.3.4
The name of the library is libmcfp but in CMake files this is mcfp. I had some trouble finding a consensus here, but this should be it. There is a libmcfp.cmake file installed that warns about the old name. That file will disappear some time in the future.
So, to use this, your CMakeLists.txt file should contain:
find_package(mcfp)
target_link_libraries(my-app mcfp::mcfp)
Version 1.3.3
Yet another fix in the cmake configuration
Release 1.2.4
A first 'release' of this library.