I had to run:
$ pip3 install jinja2
before running :
$ cmake -DENABLE_CONTENT_PATCHING=OFF .
Thanks for a good and informative post, this really helped me!
I had to run:
$ pip3 install jinja2
before running :
$ cmake -DENABLE_CONTENT_PATCHING=OFF .
Thanks for a good and informative post, this really helped me!
I ended up doing sudo apt-get install python3-jinja2 to fix cmake errors.
Thanks. I had to do it too.