ctest-remove-declarative-script-mode.rst 573 B

1234567891011121314
  1. ctest-remove-declarative-script-mode
  2. ------------------------------------
  3. * CTest's declarative scripting mode has been removed. This mode used to be
  4. triggered by a :option:`ctest -S` script which did not call any
  5. :ref:`CTest Commands` unless :variable:`CTEST_RUN_CURRENT_SCRIPT` was
  6. explicitly set to ``OFF``. This feature was undocumented and was not covered
  7. by any unit tests.
  8. * The :variable:`CTEST_RUN_CURRENT_SCRIPT` variable no longer has any special
  9. meaning.
  10. * The :command:`ctest_run_script` command may no longer be called without any
  11. arguments.