cmake PLATFORMS_TO_HAVE_WDDM_DISABLED examples

intel/compute-runtime CMakeLists.txt :561

message(STATUS "Platforms to have WDDM_LINUX disabled: ${PLATFORMS_TO_HAVE_WDDM_DISABLED}")

intel/compute-runtime CMakeLists.txt :563

foreach(SKU_NAME ${PLATFORMS_TO_HAVE_WDDM_DISABLED})

intel/compute-runtime CMakeLists.txt :571

unset(PLATFORMS_TO_HAVE_WDDM_DISABLED)

intel/compute-runtime platforms.cmake :206

list(APPEND PLATFORMS_TO_HAVE_WDDM_DISABLED ${SKU_NAME})

intel/compute-runtime platforms.cmake :207

list(REMOVE_DUPLICATES PLATFORMS_TO_HAVE_WDDM_DISABLED)