I’m new to the OpenFHE. Trying to install on ubuntu 20. Installation is successful. Followed all the instructions in the Building User Applications — OpenFHE documentation (openfhe-development.readthedocs.io)
but the make is not happening.
error is :
[ 50%] Building CXX object CMakeFiles/openfhe_experiment.dir/demo-simple-example.cpp.o
c++: error: unrecognized command line option ‘-fopenmp=libomp’; did you mean ‘-fopenmp-simd’?
c++: error: unrecognized command line option ‘-fopenmp=libomp’; did you mean ‘-fopenmp-simd’?
make[2]: *** [CMakeFiles/openfhe_experiment.dir/build.make:63: CMakeFiles/openfhe_experiment.dir/demo-simple-example.cpp.o] ror 1
make[1]: *** [CMakeFiles/Makefile2:76: CMakeFiles/openfhe_experiment.dir/all] Error 2
make: *** [Makefile:84: all] Error 2