Skip to content

Commit

Permalink
Update FindTegraJPEG.cmake (OpenKinect#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-schleicher authored and xlz committed Jun 9, 2018
1 parent 941d3d7 commit ae39a6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake_modules/FindTegraJPEG.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ IF(TegraJPEG_IS_L4T)
SET(L4T_SRC_PART r27_Release_v1.0/BSP/r27.1.0_sources.tbz2)
ELSEIF(L4T_VER MATCHES ^28.1)
SET(L4T_SRC_PART r28_Release_v1.0/BSP/source_release.tbz2)
ELSEIF(L4T_VER MATCHES ^28.2)
SET(L4T_SRC_PART r28_Release_v2.0/BSP/source_release.tbz2)
ELSE()
MESSAGE(WARNING "Linux4Tegra version (${L4T_VER}) is not recognized. Add the new source URL part to FindTegraJPEG.cmake.")
SET(TegraJPEG_L4T_OK FALSE)
Expand Down

0 comments on commit ae39a6d

Please sign in to comment.