Fix ICU detection in System.Globalization.Native build (dotnet/coreclr#9990)
authorJan Vorlicek <janvorli@microsoft.com>
Tue, 7 Mar 2017 00:35:14 +0000 (01:35 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Mar 2017 00:35:14 +0000 (01:35 +0100)
commit50bb5d36b810ecd1b0e86840b881c58dcbb83249
tree15a57f8d3d84f1d65448734150d685927093004c
parentcd779c371b18d9d5b4a6d5ef6cb824e95f554c2f
Fix ICU detection in System.Globalization.Native build (dotnet/coreclr#9990)

The config.cmake was not getting the ICU library paths it requires to
build a code that detects presence of the ucol_setMaxVariable.
I have excluded the libraries detection from the CMakeLists.txt
some time ago since they are not used in the build itself anymore,
but I have not realized that they are needed for this detection
script that's included from the CMakeLists.txt.

Commit migrated from https://github.com/dotnet/coreclr/commit/dc22420af24474fc500cbb47d289337b1762b23d
src/coreclr/src/corefx/System.Globalization.Native/CMakeLists.txt