Skip to content

Commit ad65831

Browse files
committed
nits
1 parent af13e73 commit ad65831

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/torchcodec/share/cmake/TorchCodec/TorchCodecConfig.cmake

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@
55
#
66
# This will define the following variables:
77
#
8-
# TORCHCODEC_FOUND -- True if the system has the TorchCodec library
9-
# TORCHCODEC_VARIANTS -- List of TorchCodec variants
8+
# TORCHCODEC_FOUND: True if the system has the TorchCodec library
9+
# TORCHCODEC_VARIANTS: list of TorchCodec variants. A variant is a supprorted
10+
# FFmpeg major version.
1011
#
1112
# and the following imported targets:
1213
#
1314
# torchcodec::ffmpeg${N}
1415
# torchcodec::core${N}
1516
#
16-
# where N is a TorchCodec variant from TORCHCODEC_VARIANTS list.
17+
# where N is a TorchCodec variant (FFmpeg major version) from
18+
# TORCHCODEC_VARIANTS list.
1719

1820
include(FindPackageHandleStandardArgs)
1921
include("${CMAKE_CURRENT_LIST_DIR}/ffmpeg_versions.cmake")

0 commit comments

Comments
 (0)