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

Find LIBLINEAR package. More...

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

Go to the source code of this file.


Detailed Description

Find LIBLINEAR package.

Input varibales:
LIBLINEAR_DIR The LIBLINEAR package files are searched primarily under the specified root directory. This variable can be alternatively set as environment variable.
MEX_EXT The extension of MEX-files. If this variable is not set and the basis_mexext command is available, it is invoked to determine the extension automatically. Otherwise, the MEX extension defaults to "mexa64".
Output variables:
LIBLINEAR_FOUND Whether the package was found and the following CMake variables are valid.
LIBLINEAR_libsvmwrite_MEX The libsvmwrite MEX-file.
LIBLINEAR_libsvmread_MEX The libsvmread MEX-file.
LIBLINEAR_predict_MEX The predict MEX-file.
LIBLINEAR_train_MEX The train MEX-file.
LIBLINEAR_MEX_FILES List of MEX-files (non-cached).

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