We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccf0f4 commit 6372d63Copy full SHA for 6372d63
.github/workflows/documentation.yml
@@ -41,7 +41,7 @@ jobs:
41
export CMAKE_PREFIX_PATH=${{github.workspace}}/build:$CMAKE_PREFIX_PATH
42
mkdir sopt/build
43
cd sopt/build
44
- cmake .. -DCMAKE_INSTALL_PREFIX=${PWD} -Ddocasa=OFF -Ddompi=OFF -Dopenmp=OFF -Ddocs=OFF
+ cmake .. -DCMAKE_INSTALL_PREFIX=${PWD} -Ddocasa=OFF -Ddompi=OFF -Dopenmp=OFF -Ddocs=OFF -Dtests=OFF
45
make -j$(nproc --ignore 1) install
46
47
- name: Configure
0 commit comments