1EXECUTABLE_OUTPUT_PATH
2----------------------
3
4Old executable location variable.
5
6The target property :prop_tgt:`RUNTIME_OUTPUT_DIRECTORY` supersedes this
7variable for a target if it is set.  Executable targets are otherwise placed in
8this directory.
9