Error when compiling todds on Mac M1 #45
-
Hello, I get the following error after typing the command 'cmake --build . --target install' :
All other steps seems to be ok. Regards, |
Beta Was this translation helpful? Give feedback.
Answered by
joseasoler
Apr 14, 2024
Replies: 1 comment
-
Hello, Compiling on Apple Silicon requires using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
twstagg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Compiling on Apple Silicon requires using the
-DTODDS_REGULAR_EXPRESSIONS=off
option during thecmake -G Ninja ...
stage, as described in this wiki page: https://github.com/todds-encoder/todds/wiki/Compiling-on-MacOS