An error when I build examples using cmake #3921
Answered
by
WeiqunZhang
Monsterever
asked this question in
Q&A
-
There is an error when I build examples using cmake. CMake Error at CMakeLists.txt:12 (setup_tutorial): I check the CMakeLists and find that the function called setup_tutorial is not highlighted. |
Beta Was this translation helpful? Give feedback.
Answered by
WeiqunZhang
May 6, 2024
Replies: 1 comment 3 replies
-
How are you building it? Could you provide more details? It seems to work for me. (I assume you are talking about amrex-tutorials. There is no
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cd amrex-tutorials/ExampleCodes
, notamrex-tutorials/ExampleCodes/Basic/HeatEquation_EX1_C
. That's how the build system is set up. Then the executable for HeatEquation_EX1_C will appear atamrex-tutorials/ExampleCodes/build/Basic/HeatEquation_EX1_C
.