Skip to content

Releases: mhekkel/libmcfp

v1.3.5

29 Jan 10:16
v1.3.5
b6c62a3
Compare
Choose a tag to compare

Install cmake version file and remove Catch2 version 2 support

Version 1.3.4

14 Jan 14:18
v1.3.4
198f142
Compare
Choose a tag to compare

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

27 Mar 20:46
v1.3.3
da7a7ac
Compare
Choose a tag to compare

Yet another fix in the cmake configuration

Release 1.2.4

31 May 12:21
v1.2.4
4aa9550
Compare
Choose a tag to compare

A first 'release' of this library.