simplify cmake

This commit is contained in:
Michał Trojnara
2022-07-16 20:01:11 +02:00
parent a892c50147
commit 6a873c3a49
6 changed files with 53 additions and 184 deletions

View File

@ -54,9 +54,6 @@ You may need to use `cmake3` instead of `cmake` to complete the following steps
```
-Denable-strict=ON
-Denable-pedantic=ON
-Dssl-path=/opt/openssl-3.0.2/
-Dcurl-path=/opt/curl-7.82/
-Dwith-curl=OFF
```
* Then call that build system to actually compile/link the osslsigncode project (alias `make`):
```