CMake Error in CMakeLists.txt #220
-
|
Hello, CMake Error in CMakeLists.txt: I added the environment path variables to my bashrc, if this is any help in understanding the problem. I am also building and compiling in a python venv. export CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH:$SCRATCH/opensn/dependencies Any advice is appreciated thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
This is wrong. IDK, if that is gonna fix the problem you are seeing, thou. As for Also, if you happen to switch environments between running cmake, it may confuse cmake (it likes to cache variable values). Then, you can remove all the files in the build dir and start from fresh. Note, that cmake complains about |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Ok I successfully built/compiled using an older GCC. Thank you for the help!