diff options
| author | Charles Barto <bartoc@umich.edu> | 2016-10-19 20:16:08 -0400 |
|---|---|---|
| committer | Charles Barto <bartoc@umich.edu> | 2016-10-19 20:16:08 -0400 |
| commit | 8ad5300c7543ba5315519609fc94820ed4ee14de (patch) | |
| tree | f30e3b6fd1aba6108fc1f9a3c5ad23b4c1e53fc8 | |
| parent | 581c8ed3190e7852c292f84439e57f56bc7ce611 (diff) | |
| download | vcpkg-8ad5300c7543ba5315519609fc94820ed4ee14de.tar.gz vcpkg-8ad5300c7543ba5315519609fc94820ed4ee14de.zip | |
build UTF32 and UTF8 versions
| -rw-r--r-- | ports/pcre/portfile.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/pcre/portfile.cmake b/ports/pcre/portfile.cmake index 273042487..15c61142c 100644 --- a/ports/pcre/portfile.cmake +++ b/ports/pcre/portfile.cmake @@ -20,6 +20,8 @@ vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} OPTIONS -DPCRE_BUILD_TESTS=NO -DPCRE_BUILD_PCREGREP=NO + -DPCRE_BUILD_PCRE32=YES + -DPCRE_BUILD_PCRE16=YES # OPTIONS -DUSE_THIS_IN_ALL_BUILDS=1 -DUSE_THIS_TOO=2 # OPTIONS_RELEASE -DOPTIMIZE=1 # OPTIONS_DEBUG -DDEBUGGABLE=1 |
