[Arm64/Unix] Fix cmake race condition (dotnet/coreclr#9666)
authorSteve MacLean <sdmaclea@qti.qualcomm.com>
Sat, 18 Feb 2017 09:15:26 +0000 (04:15 -0500)
committerJan Vorlicek <janvorli@microsoft.com>
Sat, 18 Feb 2017 09:15:26 +0000 (10:15 +0100)
commitb109745423afe0784596b0065913e3470e12c879
treeeebf280269fee5cbb8f3be71590bd2e1006658a7
parent7f57649e6daa72ee38984b54cb7163b674732683
[Arm64/Unix] Fix cmake race condition (dotnet/coreclr#9666)

On a clean build SET(REQUIRE_LLDBPLUGIN false) was being ignored because the cmake
cache variable had not been created

Change order of cmake file to be more natural and to resolve

Commit migrated from https://github.com/dotnet/coreclr/commit/f8200ab5d2c1a76458f76e1724f3d760eb2a6ecd
src/coreclr/src/ToolBox/SOS/lldbplugin/CMakeLists.txt