aboutsummaryrefslogtreecommitdiff
path: root/ports/crc32c/CONTROL
AgeCommit message (Collapse)Author
2018-12-11Upgrade crc32c to 1.0.6.Carlos O'Ryan
This version supports both static and shared libraries, yay!
2018-10-20Fix crc32c CMake configuration directory. (#4509)Carlos O'Ryan
* Fix crc32c CMake configuration directory. The port was installing the CMake configuration files for Crc32c in share/crc32c/Crc32c/Crc32cConfig.cmake, where find_package() cannot find them. They should be installed in share/crc32c/Crc32cConfig.cmake. * [crc32] Lowercase share directory
2018-01-29[crc32c] initatkawa7