Wrong CMakeLists.txt hint
Closed this issue · 3 comments
Sygmei commented
In the CMakeLists.txt line 16 you get this line :
option(COMPUTED_GOTO "Controls whether the interpreter switch will use computed gotos on gcc/clang, default is OFF" ON)
default is OFF vs ON (Which one is true ?)
dibyendumajumdar commented
Thanks for spotting this. I think default should be ON
dibyendumajumdar commented
fixed
Sygmei commented
Thanks :)