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

Definition in file FindMOSEK.cmake.

Variable Documentation

§ _MOSEK6_VERSIONS

cmake _MOSEK6_VERSIONS

Definition at line 138 of file FindMOSEK.cmake.

§ _MOSEK_CMAKE_FIND_LIBRARY_SUFFIXES

cmake _MOSEK_CMAKE_FIND_LIBRARY_SUFFIXES

Definition at line 131 of file FindMOSEK.cmake.

§ _MOSEK_FIND_OTHER_VERSIONS

cmake _MOSEK_FIND_OTHER_VERSIONS

Definition at line 162 of file FindMOSEK.cmake.

§ _MOSEK_FIND_VERSION_MAJOR_MINOR

cmake _MOSEK_FIND_VERSION_MAJOR_MINOR

Definition at line 144 of file FindMOSEK.cmake.

§ _MOSEK_OPTIONAL_COMPONENTS

cmake _MOSEK_OPTIONAL_COMPONENTS

Definition at line 102 of file FindMOSEK.cmake.

§ _MOSEK_TOOLS_SUFFIX_RE

cmake _MOSEK_TOOLS_SUFFIX_RE

Definition at line 362 of file FindMOSEK.cmake.

§ _MOSEK_VERSIONS_MAJOR

cmake _MOSEK_VERSIONS_MAJOR

Definition at line 137 of file FindMOSEK.cmake.

§ CMAKE_FIND_LIBRARY_SUFFIXES

cmake CMAKE_FIND_LIBRARY_SUFFIXES

Definition at line 531 of file FindMOSEK.cmake.

§ MATLAB_TOOLBOX_SUFFIX

cmake MATLAB_TOOLBOX_SUFFIX

Definition at line 218 of file FindMOSEK.cmake.

§ MEX_EXT

cmake MEX_EXT

Definition at line 233 of file FindMOSEK.cmake.

§ MOSEK_CLASSPATH

cmake MOSEK_CLASSPATH

Definition at line 440 of file FindMOSEK.cmake.

§ MOSEK_DIR

cmake MOSEK_DIR

Definition at line 173 of file FindMOSEK.cmake.

§ MOSEK_INCLUDE_DIRS

cmake MOSEK_INCLUDE_DIRS

Definition at line 479 of file FindMOSEK.cmake.

§ MOSEK_INCLUDES

cmake MOSEK_INCLUDES

Definition at line 474 of file FindMOSEK.cmake.

§ MOSEK_jar_FOUND

cmake MOSEK_jar_FOUND

Definition at line 509 of file FindMOSEK.cmake.

§ MOSEK_LIBRARIES

cmake MOSEK_LIBRARIES

Definition at line 475 of file FindMOSEK.cmake.

§ MOSEK_LIBRARY_NAME

cmake MOSEK_LIBRARY_NAME

Definition at line 251 of file FindMOSEK.cmake.

§ MOSEK_LIBRARY_NAMES

cmake MOSEK_LIBRARY_NAMES

Definition at line 269 of file FindMOSEK.cmake.

§ MOSEK_MEX_FILES

cmake MOSEK_MEX_FILES

Definition at line 409 of file FindMOSEK.cmake.

§ MOSEK_mex_FOUND

cmake MOSEK_mex_FOUND

Definition at line 501 of file FindMOSEK.cmake.

§ MOSEK_pypkg_FOUND

cmake MOSEK_pypkg_FOUND

Definition at line 517 of file FindMOSEK.cmake.

§ MOSEK_TOOLBOX_SUFFIX

cmake MOSEK_TOOLBOX_SUFFIX

Definition at line 225 of file FindMOSEK.cmake.

§ MOSEK_TOOLS_SUFFIX

cmake MOSEK_TOOLS_SUFFIX

Definition at line 294 of file FindMOSEK.cmake.