Commit 16b30e7
authored
Remove Eigen3 minimum version requirement in CMake (ZEISS#163)
* Remove Eigen3 minimum version requirement in CMake
Previously, CMakeLists.txt required Eigen3 version 3.3 or higher.
Now, it will accept any available version of Eigen3 found.
* Add --skipApiVersionCheck flag to Azurite startup
Prevents API version compatibility issues by disabling version
checks when starting the Azurite blob service in CI. This helps
ensure tests run smoothly with newer client tools or SDKs.1 parent 4746709 commit 16b30e7
File tree
4 files changed
+5
-4
lines changed- .github/workflows
- Src
- docs/source/pages
4 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
0 commit comments