Skip to content

Commit a563d26

Browse files
committed
Fixed typo
1 parent fefca63 commit a563d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindONNXRuntime.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This module defines the following variables::
2222
ONNXRuntime_VERSION_STRING - Full version of ONNXRuntime (e.g. 1.8.0)
2323
ONNXRuntime_VERSION_MAJOR - The major version of the ONNXRuntime implementation
2424
ONNXRuntime_VERSION_MINOR - The minor version of the ONNXRuntime implementation
25-
ONNXRuntime_VERSION_MINOR - The patch version of the ONNXRuntime implementation
25+
ONNXRuntime_VERSION_PATCH - The patch version of the ONNXRuntime implementation
2626
ONNXRuntime_BUILD_TYPE - Describes whether the current build is
2727
- Debug, MinSizeRel Release or RelWithDebInfo
2828

0 commit comments

Comments
 (0)