option(enable-all "Enable all core features")
option(enable-all-widgets "Enable all Widgets")
option(enable-all-swig "Enable all SWIG based interfaces")
-option(enable-rvalue "Enable move constructor support (need C++11)" ON)
+option(enable-rvalue "Enable move constructor support (need C++11)" OFF)
option(enable-pthread "Enable POSIX threads support" ON)
option(enable-openmp "Enable OpenMP support" OFF)
Selection of enabled features during build
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -63,16 +63,16 @@
+@@ -63,7 +63,7 @@
string(TIMESTAMP MGL_NIGHT "%d.%m.%y")
option(enable-double "Enable double precision in MathGL library" ON)
option(enable-opengl "Enable OpenGL support" ON)
option(enable-all-docs "Enable all documentation building")
#option(enable-doc "Enable documentation building")
- option(enable-all "Enable all core features")
+@@ -71,8 +71,8 @@
option(enable-all-widgets "Enable all Widgets")
option(enable-all-swig "Enable all SWIG based interfaces")
--option(enable-rvalue "Enable move constructor support (need C++11)" OFF)
+ option(enable-rvalue "Enable move constructor support (need C++11)" OFF)
-option(enable-pthread "Enable POSIX threads support" OFF)
-option(enable-openmp "Enable OpenMP support" ON)
-+option(enable-rvalue "Enable move constructor support (need C++11)" ON)
+option(enable-pthread "Enable POSIX threads support" ON)
+option(enable-openmp "Enable OpenMP support" OFF)