mathgl/mathgl-2.2-disable-lib-installdir.patch
Dmitrij S. Kryzhevich 2fc8359baf Add patches to repo
2014-01-16 12:34:32 +07:00

12 lines
527 B
Diff

--- CMakeLists.txt 2013-12-27 17:31:25.416802089 +0700
+++ CMakeLists.txt-disable-lib-installdir 2013-12-27 17:33:39.149918844 +0700
@@ -56,7 +56,7 @@
ENDMACRO(MGL_DEPENDENT_OPTION)
include(CMakeDependentOption)
-set(MGL_LIB_INSTALL_DIR "lib" CACHE STRING "Set library install directory")
+#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")