Ben Iofel
Results
92
comments of
Ben Iofel
I needed the `=1` for it to work, I'm on Arch Linux: ``` ❯ cmake -B build -S . -DUSE_OPENSSL CMake Error: Parse error in command line argument: USE_OPENSSL Should...
On arch, doing this fixed it: ```bash pipx install httpie pipx inject httpie pip-system-certs ```