[Arm64/Unix] Fix cmake race condition (#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)
commitf8200ab5d2c1a76458f76e1724f3d760eb2a6ecd
tree693e605ae7520d2d53c0cc4a920c3f00ac4dd854
parent9320dcd74bb43af5ff03eee21863bdc8abc9051e
[Arm64/Unix] Fix cmake race condition (#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
src/ToolBox/SOS/lldbplugin/CMakeLists.txt