Эх сурвалжийг харах

Set MEX support default to OFF

Clemens-Alexander Brust 11 жил өмнө
parent
commit
6d964c70ca
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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}")