From: Dimitrios Eftaxiopoulos Date: Mon, 24 Dec 2012 20:48:11 +0000 (+0200) Subject: Recall upnpatched file CMakelists.txt X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~151^2~52 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0304cfdaddcd9360d1ce9acdd557fee55610aa4d;p=mathgl.git Recall upnpatched file CMakelists.txt --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 496cb83..a5bd669 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,32 +16,32 @@ include(CMakeDependentOption) set(MGL_LIB_INSTALL_DIR "lib" CACHE STRING "Set library install directory") option(enable-double "Enable double precision in MathGL library" ON) -option(enable-simple "Slightly increase drawing speed but disable mglDataA class" OFF) -option(enable-mpi "Enable mpi" ON) -option(enable-all "Enable all core features" ON) -option(enable-all-widgets "Enable all Widgets" ON) -option(enable-all-swig "Enable all SWIG based interfaces" ON) +option(enable-simple "Slightly increase drawing speed but disable mglDataA class") +option(enable-mpi "Enable mpi") +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-lgpl "Enable only LGPL part of MathGL" OFF) #option(enable-ltdl "Enable loading modules support") -option(enable-pthread "Enable POSIX threads support" ON) -option(enable-gsl "Enable gsl support" ON) -option(enable-jpeg "Enable jpeg support" ON) +option(enable-pthread "Enable POSIX threads support") +option(enable-gsl "Enable gsl support") +option(enable-jpeg "Enable jpeg support") option(enable-png "Enable png support" ON) option(enable-zlib "Enable zlib support" ON) #option(enable-u3d "Enable u3d support") -option(enable-pdf "Enable pdf support" ON) -option(enable-gif "Enable gif support" ON) -option(enable-hdf4 "Enable hdf4 support" ON) -option(enable-hdf5 "Enable hdf5 support" ON) +option(enable-pdf "Enable pdf support") +option(enable-gif "Enable gif support") +option(enable-hdf4 "Enable hdf4 support") +option(enable-hdf5 "Enable hdf5 support") option(enable-opengl "Enable OpenGL support" ON) -option(enable-glut "Enable glut support" ON) -option(enable-fltk "Enable fltk widget" ON) -option(enable-wx "Enable wxWidget widget" ON) -option(enable-qt "Enable Qt4 widget" ON) -option(enable-python "Enable python interface" ON) -option(enable-octave "Enable octave interface" ON) +option(enable-glut "Enable glut support") +option(enable-fltk "Enable fltk widget") +option(enable-wx "Enable wxWidget widget") +option(enable-qt "Enable Qt4 widget") +option(enable-python "Enable python interface") +option(enable-octave "Enable octave interface") option(enable-octave-install "Octave interface will install for all users" ON) -option(enable-doc "Enable documentation building" ON) +option(enable-doc "Enable documentation building") include_directories( ${MathGL_SOURCE_DIR}/include ${MathGL_BINARY_DIR}/include)