Skip to content

Commit 4315737

Browse files
jinyuan-devgfxVPLsdm
authored andcommitted
[RT Common] Add CRI platform support to open source build config
Added CRI to the list of supported graphics platforms in the build system configuration for open source.
1 parent d58ac4c commit 4315737

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

builder/BuildOptionsPlatform.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024-2025 Intel Corporation
1+
# Copyright (c) 2024-2026 Intel Corporation
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal
@@ -24,7 +24,7 @@ message( STATUS "Configuration of Supported Platforms" )
2424
# Supported Platforms
2525
set(BS_GFX_PLATFORMS_SUPPORTED
2626
"TGL" "RKL" "DG1" "ADL" "RPL" "DG2" "MTL" "ARL"
27-
"LNL" "BMG" "PTL" "NVL"
27+
"LNL" "BMG" "PTL" "NVL" "CRI"
2828
)
2929

3030
message( STATUS "Supported platforms = ${BS_GFX_PLATFORMS_SUPPORTED}" )

0 commit comments

Comments
 (0)