BASIS  r3148
FindMOSEK.cmake File Reference

Find MOSEK (http://www.mosek.com) package. More...

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

Go to the source code of this file.

Variables

cmake _MOSEK6_VERSIONS
cmake _MOSEK_CMAKE_FIND_LIBRARY_SUFFIXES
cmake _MOSEK_FIND_OTHER_VERSIONS
cmake _MOSEK_FIND_VERSION_MAJOR_MINOR
cmake _MOSEK_OPTIONAL_COMPONENTS
cmake _MOSEK_TOOLS_SUFFIX_RE
cmake _MOSEK_VERSIONS_MAJOR
cmake CMAKE_FIND_LIBRARY_SUFFIXES
cmake MATLAB_TOOLBOX_SUFFIX
cmake MEX_EXT
cmake MOSEK_CLASSPATH
cmake MOSEK_DIR
cmake MOSEK_INCLUDE_DIRS
cmake MOSEK_INCLUDES
cmake MOSEK_jar_FOUND
cmake MOSEK_LIBRARIES
cmake MOSEK_LIBRARY_NAME
cmake MOSEK_LIBRARY_NAMES
cmake MOSEK_MEX_FILES
cmake MOSEK_mex_FOUND
cmake MOSEK_pypkg_FOUND
cmake MOSEK_TOOLBOX_SUFFIX
cmake MOSEK_TOOLS_SUFFIX

Detailed Description

Find MOSEK (http://www.mosek.com) package.

Input variables:
MOSEK_DIR The MOSEK 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.
MOSEK_NO_OMP Whether to use the link libraries build without OpenMP, i.e., multi-threading, enabled. By default, the multi-threaded libraries are used.
MOSEK_FIND_COMPONENTS The COMPONENTS argument(s) of the find_package() command can be used to also look for optional MOSEK components. Valid component values are "mex", "jar", and "pypkg".
MOSEK_TOOLS_SUFFIX Platform specific path suffix for tools, i.e., "tools/platform/linux64x86" on 64-bit Linux systems. If not specified, this module determines the right suffix depending on the CMake system variables.
MATLAB_RELEASE Release of MATLAB installation. Set to the 'Release' return value of the "ver ('MATLAB')" command of MATLAB without brackets. If this variable is not set and the basis_get_matlab_release() command is available, it is invoked to determine the release version automatically. Otherwise, an error is raised if the "mex" component is searched.
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".
PYTHON_VERSION_MAJOR Major version of Python installation as determined by FindPythonInterp.cmake module.
Output variables:
MOSEK_FOUND Whether the package was found and the following CMake variables are valid.
MOSEK_<component>_FOUND Whether the component requested by MOSEK_FIND_COMPONENTS was found.
MOSEK_INCLUDE_DIR Package include directories.
MOSEK_INCLUDES Include directories including prerequisite libraries (non-cached).
MOSEK_LIBRARY Package libraries.
MOSEK_LIBRARIES Package libraries and prerequisite libraries (non-cached).
MOSEK_mosekopt_MEX Package mosekopt MEX-file.
MOSEK_MEX_FILES List of MEX-files (non-cached).
MOSEK_mosek_JAR Package mosek Java library (.jar file).
MOSEK_CLASSPATH List of Java package libraries and prerequisite libraries (non-cached).
MOSEK_PYTHONPATH Path to Python modules of this package.

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


Variable Documentation

Definition at line 129 of file FindMOSEK.cmake.

Definition at line 122 of file FindMOSEK.cmake.

Definition at line 153 of file FindMOSEK.cmake.

Definition at line 135 of file FindMOSEK.cmake.

Definition at line 107 of file FindMOSEK.cmake.

Definition at line 353 of file FindMOSEK.cmake.

Definition at line 128 of file FindMOSEK.cmake.

Definition at line 522 of file FindMOSEK.cmake.

Definition at line 209 of file FindMOSEK.cmake.

cmake MEX_EXT

Definition at line 224 of file FindMOSEK.cmake.

Definition at line 431 of file FindMOSEK.cmake.

cmake MOSEK_DIR

Definition at line 164 of file FindMOSEK.cmake.

Definition at line 470 of file FindMOSEK.cmake.

Definition at line 465 of file FindMOSEK.cmake.

Definition at line 500 of file FindMOSEK.cmake.

Definition at line 466 of file FindMOSEK.cmake.

Definition at line 242 of file FindMOSEK.cmake.

Definition at line 260 of file FindMOSEK.cmake.

Definition at line 400 of file FindMOSEK.cmake.

Definition at line 492 of file FindMOSEK.cmake.

Definition at line 508 of file FindMOSEK.cmake.

Definition at line 216 of file FindMOSEK.cmake.

Definition at line 285 of file FindMOSEK.cmake.