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 b44e021 commit 84d8c45Copy full SHA for 84d8c45
.github/workflows/dependencies-linux.sh
@@ -20,6 +20,6 @@ git clone --recursive https://github.com/mercury-hpc/mercury.git
20
cd mercury
21
git checkout v2.2.0
22
mkdir build && cd build
23
-cmake ../ -DCMAKE_C_COMPILER=gcc -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON -DNA_USE_OFI=ON -DNA_USE_SM=OFF -DMERCURY_USE_CHECKSUMS=OFF
+cmake ../ -DCMAKE_C_COMPILER=gcc -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON -DNA_USE_OFI=ON -DNA_USE_SM=OFF -DMERCURY_USE_CHECKSUMS=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.5
24
make -j2 && sudo make install
25
ctest
0 commit comments