Skip to content

Commit 9b9bfd9

Browse files
committed
ci: Fix bad JSON flag
1 parent 9d1ab65 commit 9b9bfd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
MACOSX_DEPLOYMENT_TARGET: "14.5"
2020
QT_VERSION: "6.7.2"
21-
EXTRA_CMAKE_FLAGS: "-DCMAKE_BUILD_TYPE=Release -DVC_PREBUILT_LIBS=ON -DVC_BUILD_ACVD=ON -DVC_BUILD_JSON=OFF -DCMAKE_OSX_ARCHITECTURES:STRING='x86_64;arm64'"
21+
EXTRA_CMAKE_FLAGS: "-DCMAKE_BUILD_TYPE=Release -DVC_PREBUILT_LIBS=ON -DVC_BUILD_ACVD=ON -DVC_BUILD_JSON=ON -DCMAKE_OSX_ARCHITECTURES:STRING='x86_64;arm64'"
2222
steps:
2323
- name: Checkout code
2424
uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ explicitly support other platforms.
8080
#### Dependencies
8181
**Required**
8282
* C++17 compiler which uses the Itanium ABI
83-
* CMake 3.24+
83+
* CMake 3.28+
8484
* OpenCV 3+
8585
* Insight Toolkit (itk) 4.10+
8686
* Visualization Toolkit (vtk) 7 or 8

0 commit comments

Comments
 (0)