Skip to content

Commit

Permalink
Try transferring python3 root dir to cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Oct 19, 2023
1 parent aa2b444 commit 336eff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ jobs:
-DCMAKE_BUILD_TYPE=release \
-DBUILD_TESTING=ON \
-DBUILD_TOOLS=ON \
-DBUILD_not_system=OFF
-DBUILD_not_system=OFF \
-DPython3_ROOT_DIR=${Python3_ROOT_DIR}
- name: Build
shell: bash
Expand Down

0 comments on commit 336eff9

Please sign in to comment.