More cmake cleanup

This commit is contained in:
AlexandreRouma
2021-10-04 03:31:13 +02:00
parent 44ad0a1a7e
commit 9555dda8a4
79 changed files with 145 additions and 3951 deletions

View File

@ -62,7 +62,7 @@ jobs:
- name: Build
working-directory: ${{runner.workspace}}/build
run: cmake --build . --config Release
run: cmake --build . --config Release --verbose
- name: Create Archive
working-directory: ${{runner.workspace}}