Skip to content

Commit ae39a6d

Browse files
eric-schleicherxlz
authored andcommitted
Update FindTegraJPEG.cmake (#999)
1 parent 941d3d7 commit ae39a6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake_modules/FindTegraJPEG.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ IF(TegraJPEG_IS_L4T)
5151
SET(L4T_SRC_PART r27_Release_v1.0/BSP/r27.1.0_sources.tbz2)
5252
ELSEIF(L4T_VER MATCHES ^28.1)
5353
SET(L4T_SRC_PART r28_Release_v1.0/BSP/source_release.tbz2)
54+
ELSEIF(L4T_VER MATCHES ^28.2)
55+
SET(L4T_SRC_PART r28_Release_v2.0/BSP/source_release.tbz2)
5456
ELSE()
5557
MESSAGE(WARNING "Linux4Tegra version (${L4T_VER}) is not recognized. Add the new source URL part to FindTegraJPEG.cmake.")
5658
SET(TegraJPEG_L4T_OK FALSE)

0 commit comments

Comments
 (0)