We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9c8ae commit 4ee52ceCopy full SHA for 4ee52ce
.github/workflows/build.yaml
@@ -65,7 +65,7 @@ jobs:
65
cd Sophus
66
mkdir build && cd build
67
git checkout 785fef3
68
- cmake -DBUILD_SOPHUS_TEST=Off -DBUILD_SOPHUS_EXAMPLES=Off -DCMAKE_CXX_STANDARD=17 ..
+ cmake -DBUILD_SOPHUS_TESTS=OFF -DBUILD_SOPHUS_EXAMPLES=OFF -DCMAKE_CXX_STANDARD=17 ..
69
sudo make install
70
71
- name: Install Google benchmark
0 commit comments