BASIS  version 1.2.3 (revision 2104)
Settings.cmake File Reference

Non-default project settings. More...

Go to the source code of this file.


Detailed Description

Non-default project settings.

This file is included by basis_project_impl() after it looked for the required and optional dependencies and the CMake variables related to the project directory structure were defined (see BASISDirectories.cmake file in PROJECT_BINARY_DIR, where BASIS is here the name of the project). It is further included before the BasisSettings.cmake file.

In particular, build options should be added in this file using CMake's option() command. Further, any common settings related to using a found dependency can be set here if the basis_use_package() command was enable to import the required configuration of a particular external package.

Copyright (c) 2011, 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 Settings.cmake.