-
Hi All, I installed Neper-4.1.2 following the instruction from "Not real engineering" guy on youtube. Everything looked to be ok but when I install Neper using command "cmake .." the terminal has shown the error as follows; Please help. |
Beta Was this translation helpful? Give feedback.
Answered by
rquey
May 20, 2021
Replies: 1 comment 5 replies
-
I assume you are attempting a compilation on Windows. Try |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
kmmm70
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume you are attempting a compilation on Windows. Try
cmake -DHAVE_OPENMP=OFF ..
, which disables OpenMP support.