Commit 6ff15e7
committed
Fix CMake config version file name
The version file has to be named <config-file-name>-version, otherwise
find_package will not find it and set the version to "unknown". Since
the config file is named onemath_sycl_blas-config, name the version file
onemath_sycl_blas-config-version.1 parent 1a4eea1 commit 6ff15e7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments