File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ set(CMAKE_CXX_EXTENSIONS NO)
5959include (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."
450451option (CPPINTEROP_ENABLE_DOXYGEN "Use doxygen to generate CppInterOp interal API documentation." )
451452option (CPPINTEROP_ENABLE_SPHINX "Use sphinx to generage CppInterOp user documentation" )
452453
453-
454454option (CPPINTEROP_ENABLE_TESTING "Enables the testing infrastructure." ON )
455455
456456if (MSVC )
You can’t perform that action at this time.
0 commit comments