Use common CLR_CMAKE_* variables in more places (#31659)
authorAdeel Mujahid <adeelbm@outlook.com>
Thu, 6 Feb 2020 00:50:05 +0000 (02:50 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Feb 2020 00:50:05 +0000 (19:50 -0500)
commit34f316ea0651dd36c827648bdb88128e89b552d7
treeac8d5165211e0c3cfeeb5e36b6a45f9c43c56c87
parentd491056751496d997dfaa693575190508a0c3cf6
Use common CLR_CMAKE_* variables in more places (#31659)

* Use common CLR_CMAKE_* variables in more places

* Remove obsolete paragraph from README
102 files changed:
eng/native/configureplatform.cmake
src/coreclr/CMakeLists.txt
src/coreclr/clrdefinitions.cmake
src/coreclr/configurecompiler.cmake
src/coreclr/configureoptimization.cmake
src/coreclr/pgosupport.cmake
src/coreclr/src/CMakeLists.txt
src/coreclr/src/ToolBox/SOS/CMakeLists.txt
src/coreclr/src/ToolBox/superpmi/mcs/CMakeLists.txt
src/coreclr/src/ToolBox/superpmi/superpmi-shim-collector/CMakeLists.txt
src/coreclr/src/ToolBox/superpmi/superpmi-shim-counter/CMakeLists.txt
src/coreclr/src/ToolBox/superpmi/superpmi-shim-simple/CMakeLists.txt
src/coreclr/src/ToolBox/superpmi/superpmi/CMakeLists.txt
src/coreclr/src/binder/CMakeLists.txt
src/coreclr/src/debug/dbgutil/CMakeLists.txt
src/coreclr/src/debug/debug-pal/CMakeLists.txt
src/coreclr/src/debug/di/CMakeLists.txt
src/coreclr/src/debug/ee/CMakeLists.txt
src/coreclr/src/debug/ee/dac/CMakeLists.txt
src/coreclr/src/debug/ee/wks/CMakeLists.txt
src/coreclr/src/debug/ildbsymlib/CMakeLists.txt
src/coreclr/src/debug/shim/CMakeLists.txt
src/coreclr/src/dlls/CMakeLists.txt
src/coreclr/src/dlls/clretwrc/CMakeLists.txt
src/coreclr/src/dlls/dbgshim/CMakeLists.txt
src/coreclr/src/dlls/mscordac/CMakeLists.txt
src/coreclr/src/dlls/mscordbi/CMakeLists.txt
src/coreclr/src/dlls/mscoree/CMakeLists.txt
src/coreclr/src/dlls/mscoree/coreclr/CMakeLists.txt
src/coreclr/src/dlls/mscorrc/CMakeLists.txt
src/coreclr/src/dlls/mscorrc/full/CMakeLists.txt
src/coreclr/src/gc/CMakeLists.txt
src/coreclr/src/gc/sample/CMakeLists.txt
src/coreclr/src/gcinfo/CMakeLists.txt
src/coreclr/src/hosts/CMakeLists.txt
src/coreclr/src/hosts/unixcoreconsole/CMakeLists.txt
src/coreclr/src/hosts/unixcorerun/CMakeLists.txt
src/coreclr/src/ilasm/CMakeLists.txt
src/coreclr/src/ildasm/exe/CMakeLists.txt
src/coreclr/src/inc/CMakeLists.txt
src/coreclr/src/jit/CMakeLists.txt
src/coreclr/src/jit/armelnonjit/CMakeLists.txt
src/coreclr/src/jit/protononjit/CMakeLists.txt
src/coreclr/src/md/CMakeLists.txt
src/coreclr/src/md/ceefilegen/CMakeLists.txt
src/coreclr/src/md/compiler/CMakeLists.txt
src/coreclr/src/md/datasource/CMakeLists.txt
src/coreclr/src/md/enc/CMakeLists.txt
src/coreclr/src/md/hotdata/CMakeLists.txt
src/coreclr/src/md/runtime/CMakeLists.txt
src/coreclr/src/md/winmd/CMakeLists.txt
src/coreclr/src/pal/src/CMakeLists.txt
src/coreclr/src/pal/src/configure.cmake
src/coreclr/src/pal/tests/palsuite/CMakeLists.txt
src/coreclr/src/pal/tests/palsuite/README.txt
src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/CMakeLists.txt
src/coreclr/src/tools/CMakeLists.txt
src/coreclr/src/tools/crossgen/CMakeLists.txt
src/coreclr/src/utilcode/CMakeLists.txt
src/coreclr/src/vm/CMakeLists.txt
src/coreclr/src/vm/crossgen/CMakeLists.txt
src/coreclr/src/vm/eventing/CMakeLists.txt
src/coreclr/src/vm/eventing/eventpipe/CMakeLists.txt
src/coreclr/src/vm/wks/CMakeLists.txt
src/coreclr/src/zap/CMakeLists.txt
src/coreclr/tests/CMakeLists.txt
src/coreclr/tests/src/Exceptions/ForeignThread/CMakeLists.txt
src/coreclr/tests/src/Interop/CMakeLists.txt
src/coreclr/tests/src/Interop/COM/NativeServer/CMakeLists.txt
src/coreclr/tests/src/Interop/IJW/IJW.cmake
src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/CMakeLists.txt
src/coreclr/tests/src/Interop/PInvoke/AsAny/CMakeLists.txt
src/coreclr/tests/src/Interop/PInvoke/Delegate/CMakeLists.txt
src/coreclr/tests/src/Interop/PInvoke/Variant/CMakeLists.txt
src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/CMakeLists.txt
src/coreclr/tests/src/Interop/StringMarshalling/BSTR/CMakeLists.txt
src/coreclr/tests/src/Interop/WinRT/NativeComponent/CMakeLists.txt
src/coreclr/tests/src/JIT/Directed/StructABI/CMakeLists.txt
src/coreclr/tests/src/JIT/Directed/arglist/CMakeLists.txt
src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/CMakeLists.txt
src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/CMakeLists.txt
src/installer/corehost/cli/CMakeLists.txt
src/installer/corehost/cli/apphost/CMakeLists.txt
src/installer/corehost/cli/comhost/CMakeLists.txt
src/installer/corehost/cli/common.cmake
src/installer/corehost/cli/dotnet/CMakeLists.txt
src/installer/corehost/cli/exe.cmake
src/installer/corehost/cli/ijwhost/CMakeLists.txt
src/installer/corehost/cli/nethost/CMakeLists.txt
src/installer/corehost/cli/test/mockcoreclr/CMakeLists.txt
src/installer/corehost/cli/test/nativehost/CMakeLists.txt
src/installer/corehost/cli/test_fx_ver/CMakeLists.txt
src/installer/corehost/cli/winrthost/CMakeLists.txt
src/installer/functions.cmake
src/installer/settings.cmake
src/libraries/Native/Unix/CMakeLists.txt
src/libraries/Native/Unix/System.Globalization.Native/CMakeLists.txt
src/libraries/Native/Unix/System.Globalization.Native/configure.cmake
src/libraries/Native/Unix/System.IO.Compression.Native/CMakeLists.txt
src/libraries/Native/Unix/System.Native/CMakeLists.txt
src/libraries/Native/Unix/System.Security.Cryptography.Native/CMakeLists.txt
src/libraries/Native/Unix/configure.cmake