Skip to content

Commit b167284

Browse files
committed
cmake: Add Linux4Tegra 23.2 link
1 parent 9c80ccd commit b167284

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake_modules/FindTegraJPEG.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ IF(TegraJPEG_IS_L4T)
3939
SET(L4T_GSTJPEG_URL_PART r21_Release_v4.0/source)
4040
ELSEIF(L4T_VER MATCHES ^23.1)
4141
SET(L4T_GSTJPEG_URL_PART r23_Release_v1.0/source)
42+
ELSEIF(L4T_VER MATCHES ^23.2)
43+
SET(L4T_GSTJPEG_URL_PART r23_Release_v2.0/source)
4244
ELSEIF(L4T_VER MATCHES ^24.0)
4345
SET(L4T_GSTJPEG_URL_PART r24_Release_v1.0/Vulkan_Beta/source)
4446
ELSE()

0 commit comments

Comments
 (0)