dibyendumajumdar/ravi

Wrong CMakeLists.txt hint

Closed this issue · 3 comments

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 ?)

Thanks for spotting this. I think default should be ON

Thanks :)