Skip to content

Commit

Permalink
Fixed ci cmake error
Browse files Browse the repository at this point in the history
  • Loading branch information
whyb committed Jan 17, 2025
1 parent 7a80077 commit 59b584d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
choco install zip --version=3.0
- name: CMake Configure & Generate(x64)
run: cmake -S . -B build-x64 -DBUILD_EXAMPLE:BOOL="1" -DBUILD_EXAMPLE_OPENCV:BOOL="1" -DBUILD_BENCHMARK:BOOL="1" -DUSE_OPENMP:BOOL="1" -DOpenCV_DIR:PATH="C:\tools\opencv\build-x64" -A x64
run: cmake -S . -B build-x64 -DBUILD_EXAMPLE:BOOL="1" -DBUILD_EXAMPLE_OPENCV:BOOL="1" -DBUILD_BENCHMARK:BOOL="1" -DUSE_OPENMP:BOOL="1" -DOpenCV_DIR:PATH="C:\tools\opencv\build" -A x64

- name: Build(x64)
run: cmake --build build-x64 --config Release
Expand Down

0 comments on commit 59b584d

Please sign in to comment.