Skip to content

Commit 906de42

Browse files
authored
Merge branch 'main' into wip]-add-automated-wasm-tests
2 parents 1a597b9 + b0c3e36 commit 906de42

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
@@ -59,6 +59,7 @@ set(CMAKE_CXX_EXTENSIONS NO)
5959
include(GNUInstallDirs)
6060
option(CPPINTEROP_USE_CLING "Use Cling as backend" OFF)
6161
option(CPPINTEROP_USE_REPL "Use clang-repl as backend" ON)
62+
option(CPPINTEROP_ENABLE_TESTING "Enable the CppInterOp testing infrastructure." ON)
6263

6364
if (CPPINTEROP_USE_CLING AND CPPINTEROP_USE_REPL)
6465
message(FATAL_ERROR "We can only use Cling (CPPINTEROP_USE_CLING=On) or Repl (CPPINTEROP_USE_REPL=On), but not both of them.")
@@ -450,7 +451,6 @@ option(CPPINTEROP_INCLUDE_DOCS "Generate build targets for the CppInterOp docs."
450451
option(CPPINTEROP_ENABLE_DOXYGEN "Use doxygen to generate CppInterOp interal API documentation.")
451452
option(CPPINTEROP_ENABLE_SPHINX "Use sphinx to generage CppInterOp user documentation")
452453

453-
454454
option(CPPINTEROP_ENABLE_TESTING "Enables the testing infrastructure." ON)
455455

456456
if(MSVC)

0 commit comments

Comments
 (0)