We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f794dee commit 15321dcCopy full SHA for 15321dc
CMakeLists.txt
@@ -43,7 +43,7 @@ if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )
43
endif()
44
45
option(USE_CLING "Use Cling as backend" OFF)
46
- option(USE_REPL "Use clang-repl as backend" OFF)
+ option(USE_REPL "Use clang-repl as backend" ON)
47
48
if (USE_CLING AND USE_REPL)
49
message(FATAL_ERROR "We can only use Cling (USE_CLING=On) or Repl (USE_REPL=On), but not both of them.")
0 commit comments