From 16a516c3f95726d3f01d222378c2846014bb2e64 Mon Sep 17 00:00:00 2001 From: Yashas Ambati Date: Wed, 19 Feb 2025 22:55:11 -0500 Subject: [PATCH] Update CMake command to point to right path --- .github/workflows/build-cibw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-cibw.yml b/.github/workflows/build-cibw.yml index ef9603719..4e39d9d3f 100644 --- a/.github/workflows/build-cibw.yml +++ b/.github/workflows/build-cibw.yml @@ -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: