BASIS  version 1.2.3 (revision 2104)
Variables
BASISUse.cmake File Reference

CMake package configuration use file. More...

#include "BASISExports.cmake"
#include "BASISCustomExports.cmake"
#include "${${NS}${M}_USE_FILE}"
+ Include dependency graph for BASISUse.cmake:

Go to the source code of this file.

Variables

 BASH_EXECUTABLE
 BASH executable configured when building BASIS.
 NO_BASIS_IMPORTS
 Whether to import the exported targets.
 PERL_EXECUTABLE
 Perl interpreter configured when building BASIS.
 PYTHON_EXECUTABLE
 Python interpreter configured when building BASIS.

Detailed Description

CMake package configuration use file.

Note:
The BASISUse.cmake file is automatically generated by BASIS from the template file ConfigUse.cmake.in which is part of this package.

In the default package use file of BASIS, which can be included here using the @BASIS_USE@ variable, the prefix used by the package configuration file is defined as NS variable. Thus, to use any variable set by the corresponding package configuration file, use code similar to:

 include_directories (${${NS}INCLUDE_DIRS})

See the ConfigUse.cmake.in file of BASIS for details.

Note:
The CMake code which is substituted for the @BASIS_USE@ variable contains an include guard.

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 BASISUse.cmake.