Browse Source

Set MEX support default to OFF

Clemens-Alexander Brust 11 years ago
parent
commit
6d964c70ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -33,7 +33,7 @@ set(CMAKE_INSTALL_PREFIX ${PROJECT_BINARY_DIR})
 
 set(NICE_SOURCEFILES_FIND_GLOBALLYRECURSIVE ON CACHE STRING "Scan a sublibraries directory for source files instead of using an explicit src file list")
 
-NICE_OPTION(WITH_MEX "Build with MEX support" ON)
+NICE_OPTION(WITH_MEX "Build with MEX support" OFF)
 if(WITH_MEX)
   # Look for MATLAB environment variable
   if(NOT EXISTS "$ENV{MATLAB}")