Use CMake 3.14+ documented way to pass the source dir -S. (#337)

The `-H<src_dir>` was never officially documented by CMake
This commit is contained in:
Robert Maynard
2022-01-27 17:45:35 -05:00
committed by GitHub
parent 4f7af69925
commit 11c7ec8afa
12 changed files with 17 additions and 17 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: unit tests
run: |
cmake -Htest -Bbuild/test
cmake -Stest -Bbuild/test
cmake --build build/test --target test-verbose
- name: integration tests