Skip to content
Snippets Groups Projects

Resolve "Refactoring WOLF installation system"

Merged Mederic Fourmy requested to merge 451-refactoring-wolf-installation-system into devel
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -33,7 +33,7 @@ stages:
@@ -33,7 +33,7 @@ stages:
- wget https://cmake.org/files/v3.16/cmake-3.16.0.tar.gz
- wget https://cmake.org/files/v3.16/cmake-3.16.0.tar.gz
- tar -xzvf cmake-3.16.0.tar.gz
- tar -xzvf cmake-3.16.0.tar.gz
- cd cmake-3.16.0
- cd cmake-3.16.0
- ./bootstrap
#- ./bootstrap
- make -j$(nproc)
- make -j$(nproc)
- make install
- make install
- cmake --version -DCMAKE_USE_OPENSSL=OFF
- cmake --version -DCMAKE_USE_OPENSSL=OFF
Loading