1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-12 03:42:46 +03:00

🔧 use built CMake

This commit is contained in:
Niels Lohmann
2021-05-08 14:41:43 +02:00
parent 77a5cd247e
commit a6e2fd1b15

View File

@@ -12,8 +12,9 @@ steps:
- tar xfz cmake-3.20.2.tar.gz - tar xfz cmake-3.20.2.tar.gz
- cd cmake-3.20.2 - cd cmake-3.20.2
- ./configure - ./configure
- make - make cmake -j10
- cd ..
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - ../cmake-3.20.2/bin/cmake ..
- cmake --build . - cmake --build .