Explorar el Código

Set MEX support default to OFF

Clemens-Alexander Brust hace 11 años
padre
commit
6d964c70ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}")