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

Find nifticlib package. More...

#include "FindPackageHandleStandardArgs"
+ Include dependency graph for FindNiftiCLib.cmake:

Go to the source code of this file.


Detailed Description

Find nifticlib package.

Input variables:
NiftiCLib_DIR The nifticlib 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.
NIFTICLIB_DIR Alternative environment variable for NiftiCLib_DIR.
NiftiCLib_USE_STATIC_LIB Forces this module to search for the static library. Otherwise, the shared library is preferred.
Output variables:
NiftiCLib_FOUND Whether the nifticlib package was found and the following CMake variables are valid.
NiftiCLib_INCLUDE_DIR Cached include directory/ies.
NiftiCLib_INCLUDE_DIRS Alias for NiftiCLib_INCLUDE_DIR (not cached).
NiftiCLib_INCLUDES Alias for NiftiCLib_INCLUDE_DIR (not cached).
NiftiCLib_LIBRARY Path of niftiio library.
NiftiCLib_LIB Alias for NiftiCLib_LIBRARY (not cached).
NiftiCLib_LIBRARIES Path of niftiio library and prerequisite libraries.
Imported targets:
niftiio The library target of the nifticlib library.

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