Fix ICU detection in System.Globalization.Native build (#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)
commitdc22420af24474fc500cbb47d289337b1762b23d
tree9a79426b08325325af82391da4e4b9c038f2970e
parentd67517364d978ab233ed767020c9581b44f8dc75
Fix ICU detection in System.Globalization.Native build (#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.
src/corefx/System.Globalization.Native/CMakeLists.txt