'magic_enum/magic_enum.hpp' file not found #86
-
Hi, Is there something wrong or am I doing something wrong? Jan. cheriot@codespaces-1a3a28:/workspaces/cheriot-rtos/examples/02.hello_compartment$ xmake clean
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
magic_enum
is included as a submodule (pointer to another repo) so you need to tell git to check it out:git submodule init && git submodule update
.