Removing unsupported '--parallel'.

This commit is contained in:
Daniel Lemire 2021-04-23 10:14:10 -04:00
parent ef8c2c434e
commit 59195bd5dc
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ build_script:
- mkdir build
- cd build
- cmake --version
- cmake %CMAKE_ARGS% --parallel ..
- cmake %CMAKE_ARGS% ..
- cmake -LH ..
- cmake --build . --config %Configuration% --verbose --parallel