Skip to content

Commit

Permalink
Merge pull request #47 from prophesee-ai/bugfix/issue-46-fix-windows-…
Browse files Browse the repository at this point in the history
…build

[ISSUE-46][BUGFIX] fix cmake generation command for windows build
  • Loading branch information
nbourdis-psee authored Jun 2, 2022
2 parents ce9249e + 9759f69 commit 78f695d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all_jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
export PATH=$PATH:`realpath ../ffmpeg-5.0.1-full_build/bin`
mkdir build && cd build
cmake -A x64 -DCMAKE_TOOLCHAIN_FILE="../cmake/toolchains/vcpkg.cmake" \
-DVCPKG_DIRECTORY=`realpath ../../vcpkg`
-DVCPKG_DIRECTORY=`realpath ../../vcpkg` \
-D Python3_EXECUTABLE=$python_executable \
-DBUILD_TESTING=ON ..
cmake --build . --config Release --parallel 4
Expand Down

0 comments on commit 78f695d

Please sign in to comment.