CMAKE_CTEST_COMMAND.rst 290 B

12345678
  1. CMAKE_CTEST_COMMAND
  2. -------------------
  3. Full path to :manual:`ctest(1)` command installed with CMake.
  4. This is the full path to the CTest executable :manual:`ctest(1)` which is
  5. useful from custom commands that want to use the :manual:`cmake(1)` ``-E``
  6. option for portable system commands.