We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefca63 commit a563d26Copy full SHA for a563d26
cmake/FindONNXRuntime.cmake
@@ -22,7 +22,7 @@ This module defines the following variables::
22
ONNXRuntime_VERSION_STRING - Full version of ONNXRuntime (e.g. 1.8.0)
23
ONNXRuntime_VERSION_MAJOR - The major version of the ONNXRuntime implementation
24
ONNXRuntime_VERSION_MINOR - The minor version of the ONNXRuntime implementation
25
- ONNXRuntime_VERSION_MINOR - The patch version of the ONNXRuntime implementation
+ ONNXRuntime_VERSION_PATCH - The patch version of the ONNXRuntime implementation
26
ONNXRuntime_BUILD_TYPE - Describes whether the current build is
27
- Debug, MinSizeRel Release or RelWithDebInfo
28
0 commit comments