vcpkg/ports/crc32c/CONTROL
Carlos O'Ryan 12a0a9989b Fix crc32c CMake configuration directory. (#4509)
* 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-10-20 13:19:50 -07:00

4 lines
124 B
Plaintext

Source: crc32c
Version: 1.0.5-1
Description: CRC32C implementation with support for CPU-specific acceleration instructions.