Disable need for C++11 support (Closes: #800460)
authorDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Mon, 5 Oct 2015 18:47:39 +0000 (21:47 +0300)
committerDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Mon, 5 Oct 2015 18:47:39 +0000 (21:47 +0300)
CMakeLists.txt
debian/patches/CMakeLists.patch

index c694dad17b02002121ff62a135dd3c8d245ab041..91b0b16e4647325be762e135c0ac3706a3aa4046 100644 (file)
@@ -70,7 +70,7 @@ option(enable-all-docs "Enable all documentation building")
 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)
 
index f791a50dcf1310ad994a39850ba3a8df47013c70..e8778042d8061b89cc17997ecc57c3028a4733f1 100644 (file)
@@ -1,7 +1,7 @@
 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)
@@ -10,13 +10,12 @@ Selection of enabled features during build
  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)