BASIS  r3148
FindAFNI.cmake File Reference

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

Detailed Description

Find programs of the AFNI package.

See also:
http://afni.nimh.nih.gov/afni/
Input variables:
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.
Output variables:
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_<toolgt;_EXECUTABLE Absolute path of the corresponding found AFNI program, e.g., AFNI_3dcalc_EXECUTABLE.

Copyright (c) 2012 University of Pennsylvania. All rights reserved.
See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.

Contact: SBIA Group <sbia-software at uphs.upenn.edu>

Definition in file FindAFNI.cmake.


Variable Documentation

Definition at line 111 of file FindAFNI.cmake.

cmake AFNI_DIR

Definition at line 49 of file FindAFNI.cmake.

cmake AFNI_FOUND

Definition at line 97 of file FindAFNI.cmake.