Variables
FindBoostNumericBindings.cmake File Reference

Find Boost Numeric Bindings package. More...

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

Go to the source code of this file.

Variables

path BoostNumericBindings_DIR
 
cmake BoostNumericBindings_FOUND
 
cmake BoostNumericBindings_INCLUDES
 

Detailed Description

Find Boost Numeric Bindings package.

This module looks for an installation of the Boost Numeric Bindings package, a bindings library for Boost.Ublas (see http://mathema.tician.de/software/boost-numeric-bindings). Note that you will also need Boost.Ublas in order to use this headers-only library.

Input variables:
BoostNumericBindings_DIR The Boost Numeric Bindings package files are searched under the specified root directory. This variable can also be set as environment variable.
BOOSTNUMERICBINDINGS_DIR Alternative environment variable for BoostNumericBindings_DIR.
Output variables:
BoostNumericBindings_FOUND Whether the Boost Numeric Bindings package was found and the following CMake variables are valid.
BoostNumericBindings_INCLUDE_DIR Cached include directory/ies.
BoostNumericBindings_INCLUDE_DIRS Alias for BoostNumericBindings_INCLUDE_DIR (not cached).
BoostNumericBindings_INCLUDES Alias for BoostNumericBindings_INCLUDE_DIR (not cached).

Definition in file FindBoostNumericBindings.cmake.

Variable Documentation

§ BoostNumericBindings_DIR

path BoostNumericBindings_DIR

Definition at line 72 of file FindBoostNumericBindings.cmake.

§ BoostNumericBindings_FOUND

cmake BoostNumericBindings_FOUND

Definition at line 129 of file FindBoostNumericBindings.cmake.

§ BoostNumericBindings_INCLUDES

cmake BoostNumericBindings_INCLUDES

Definition at line 115 of file FindBoostNumericBindings.cmake.