Skip to content

Commit 4ee52ce

Browse files
committed
Fix Sophus build to ignore tests
1 parent 2c9c8ae commit 4ee52ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cd Sophus
6666
mkdir build && cd build
6767
git checkout 785fef3
68-
cmake -DBUILD_SOPHUS_TEST=Off -DBUILD_SOPHUS_EXAMPLES=Off -DCMAKE_CXX_STANDARD=17 ..
68+
cmake -DBUILD_SOPHUS_TESTS=OFF -DBUILD_SOPHUS_EXAMPLES=OFF -DCMAKE_CXX_STANDARD=17 ..
6969
sudo make install
7070
7171
- name: Install Google benchmark

0 commit comments

Comments
 (0)