Skip to content

Commit 15321dc

Browse files
authored
Make USE_REPL=On
1 parent f794dee commit 15321dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )
4343
endif()
4444

4545
option(USE_CLING "Use Cling as backend" OFF)
46-
option(USE_REPL "Use clang-repl as backend" OFF)
46+
option(USE_REPL "Use clang-repl as backend" ON)
4747

4848
if (USE_CLING AND USE_REPL)
4949
message(FATAL_ERROR "We can only use Cling (USE_CLING=On) or Repl (USE_REPL=On), but not both of them.")

0 commit comments

Comments
 (0)