Find programs of the AFNI package. More...
Go to the source code of this file.
Variables | |
cmake | _AFNI_HELP_MESSAGE |
cmake | AFNI_DIR |
cmake | AFNI_FOUND |
Find programs of the AFNI package.
AFNI_DIR | The AFNI package files are searched under the specified root directory. If they are not found there, the default search paths are considered. This variable can also be set as environment variable. |
AFNI_FIND_COMPONENTS | List of components, i.e., AFNI programs, to look for. Specify using COMPONENTS argument of find_package() command. |
AFNI_FIND_OPTIONAL_COMPONENTS | List of optional components, i.e., AFNI programs, to look for. Specify using OPTIONAL_COMPONENTS argument of find_package() command. |
AFNI_FOUND | Whether all required programs of the AFNI package were found. If only optional programs were searched, this variable is set to TRUE if all named programs were found. |
AFNI_<tool>_EXECUTABLE | Absolute path of the corresponding found AFNI program, e.g., AFNI_3dcalc_EXECUTABLE . |
Definition in file FindAFNI.cmake.
cmake _AFNI_HELP_MESSAGE |
Definition at line 120 of file FindAFNI.cmake.
cmake AFNI_DIR |
Definition at line 44 of file FindAFNI.cmake.
cmake AFNI_FOUND |
Definition at line 106 of file FindAFNI.cmake.