Linux build fix var name

Probably missing `C` in `-DPACK_GENERATOR="TGZ"`.
master
Rémi Emonet 5 years ago committed by Bryan Tan
parent 3b12856ea4
commit 5dbd6f35f3
  1. 2
      readme/LinuxBuild.md

@ -114,7 +114,7 @@ package and then use that with the `azure-pipelines/util/build_appimage.sh`
script.
```bash
cmake .. -DPACK_GENERATOR="TGZ"
cmake .. -DCPACK_GENERATOR="TGZ"
cmake --build . --target package
../azure-pipelines/util/build_appimage.sh
```

Loading…
Cancel
Save