vcpkg/ports/re2/CONTROL
Alexander Karatarakis 216f7137b9 [re2] Don't pass BUILD_SHARED_LIBS
BUILD_SHARED_LIBS should not be locked to shared/static, because the other type will fail.
Vcpkg was overriding this flag before, so no behavior change. (i.e. static builds worked before as well).
Also tests = OFF.
2017-12-04 19:50:23 -08:00

3 lines
204 B
Plaintext

Source: re2
Version: 2017-12-01-1
Description: RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.