BASIS  r3148
FindSVMTorch.cmake File Reference

Find SVMTorch II package. More...

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

Go to the source code of this file.

Variables

cmake _SVMTorch_COMPONENTS
cmake SVMTorch_DIR
cmake SVMTorch_FIND_COMPONENTS
cmake SVMTorch_FIND_OPTIONAL_COMPONENTS

Detailed Description

Find SVMTorch II package.

Input varibales:
SVMTorch_DIR The SVMTorch package files are searched primarily under the specified root directory. This variable can be alternatively set as environment variable.
SVMTorch_FIND_COMPONENTS COMPONENTS of SVMTorch to look for: train, test, lib. (default: train, test)
SVMTorch_FIND_OPTIONAL_COMPONENTS OPTIONAL_COMPONENTS of SVMTorch to look for: train, test, lib. (default: lib)
Output variables:
SVMTorch_FOUND Whether the package was found and the following CMake variables are valid.
SVMTorch_INCLUDE_DIR The directory containing the include files.
SVMTorch_LIBRARY Found object files (.o).
SVMTorch_train_EXECUTABLE Absolute path of found SVMTorch executable.
SVMTorch_test_EXECUTABLE Absolute path of found SVMTest executable.
svmtorch.SVMTorch Import target of SVMTorch executable.
svmtorch.SVMTest Import target of SVMTest 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 FindSVMTorch.cmake.


Variable Documentation

Definition at line 74 of file FindSVMTorch.cmake.

cmake SVMTorch_DIR

Definition at line 63 of file FindSVMTorch.cmake.

Definition at line 70 of file FindSVMTorch.cmake.

Definition at line 71 of file FindSVMTorch.cmake.