Fix spirv-tools build on Android
authorPyry Haulos <phaulos@google.com>
Wed, 9 Dec 2015 02:48:43 +0000 (18:48 -0800)
committerPyry Haulos <phaulos@google.com>
Wed, 9 Dec 2015 02:48:43 +0000 (18:48 -0800)
commit111c07b6a6ce0642379b631133a81ff0a6835ee5
tree1d6ca34c2af97cd48ae65ba7ae8c24de6f01d292
parentc95121fa3901a49b64153822f304ad17cc095670
Fix spirv-tools build on Android

spirv-tools main CMakeLists.txt now uses option() for
SPIRV_SKIP_EXECUTABLES. In order to override the default value from deqp
side the value should be set to CACHE.

Change-Id: Ie6c5485351ac6b3590f1dc9ab2bcf55b2e6ca1ae
external/spirv-tools/CMakeLists.txt