Update CMake command to point to right path

release/4.3a0
Yashas Ambati 2025-02-19 22:55:11 -05:00
parent ae433fbe03
commit 16a516c3f9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
- name: Run CMake
run: |
cmake .. -DGTSAM_BUILD_PYTHON=1 -DGTSAM_PYTHON_VERSION=${{ matrix.python_version }}
cmake . -B build -DGTSAM_BUILD_PYTHON=1 -DGTSAM_PYTHON_VERSION=${{ matrix.python_version }}
- name: Build and test wheels
env: