this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

#2163: janet build disabled by default

nesbox 6b87ce56 687fb340

+1 -1
+1 -1
CMakeLists.txt
··· 463 463 # Janet 464 464 ################################ 465 465 466 - set(BUILD_WITH_JANET_DEFAULT TRUE) 466 + set(BUILD_WITH_JANET_DEFAULT FALSE) 467 467 468 468 option(BUILD_WITH_JANET "Janet Enabled" ${BUILD_WITH_JANET_DEFAULT}) 469 469 message("BUILD_WITH_JANET: ${BUILD_WITH_JANET}")