Variables
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.

Definition in file FindSVMTorch.cmake.

Variable Documentation

§ _SVMTorch_COMPONENTS

cmake _SVMTorch_COMPONENTS

Definition at line 83 of file FindSVMTorch.cmake.

§ SVMTorch_DIR

cmake SVMTorch_DIR

Definition at line 58 of file FindSVMTorch.cmake.

§ SVMTorch_FIND_COMPONENTS

cmake SVMTorch_FIND_COMPONENTS

Definition at line 79 of file FindSVMTorch.cmake.

§ SVMTorch_FIND_OPTIONAL_COMPONENTS

cmake SVMTorch_FIND_OPTIONAL_COMPONENTS

Definition at line 80 of file FindSVMTorch.cmake.