Set CMake policy CMP0054 to NEW to silence warning
authorokuoku <mjt@cltn.org>
Sat, 1 May 2021 18:47:00 +0000 (03:47 +0900)
committerokuoku <mjt@cltn.org>
Sat, 1 May 2021 18:49:05 +0000 (03:49 +0900)
commit4c09598526318598218ba3d7192aad769cda70c5
treeca7d3cba61588682b656fe6d6b45b9c82fdaa1d7
parent56b17b2f2dfc71b3f1b823e94b13bd13ec1fba12
Set CMake policy CMP0054 to NEW to silence warning

CMAKE_SYSTEM_NAME variable might evaluate to existing variable such as
CYGWIN. This setting also matches with SPIRV-Tools.
CMakeLists.txt